Commit 4b57e9a2 authored by Liam E. Roeth's avatar Liam E. Roeth

1587369353

parent ea2d1982
#!/bin/bash
if [[ "$HOSTNAME" = "littleroot" ]];
then
command="tmpvpn"
else
command="eval"
fi
$command 'git pull
git pull
git add -A
git commit -m "$(date +%s)"
git push'
git push
File added
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