Commit 7a79eb7a authored by Liam E. Roeth's avatar Liam E. Roeth
parents 4b57e9a2 c2fd9ad9
#!/bin/bash
if [[ "$HOSTNAME" = "littleroot" ]];
then
command="vpn"
else
command="eval"
fi
$command 'git pull
git add -A
git commit -m "$(date +%s)"
git push'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment