hydrus/git_pull.command

8 lines
42 B
Bash

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