hydrus/git_pull.sh

6 lines
36 B
Bash

#!/bin/bash
git pull
echo "Done!"