6 lines
93 B
Fish
6 lines
93 B
Fish
function esyncdj
|
|
pushd ~/hippo-sync
|
|
docker-compose exec hippo django-admin $argv
|
|
popd
|
|
end
|