hydrus/git_pull.sh

10 lines
67 B
Bash

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