6 lines
67 B
Fish
6 lines
67 B
Fish
function esync
|
|
pushd ~/hippo-sync
|
|
docker-compose $argv
|
|
popd
|
|
end
|