hydrus/git_pull.command

12 lines
73 B
Bash

#!/bin/bash
pushd "$(dirname "$0")"
git pull
echo "Done!"
read
popd