hydrus/git_pull.command

12 lines
94 B
Bash
Executable File

#!/bin/bash
pushd "$(dirname "$0")" || exit 1
git pull
echo "Done!"
read -r
popd || exit