hydrus/git_pull.sh

8 lines
35 B
Bash

#!/bin/bash
git pull
Done!
read