all repos

dotfiles @ 99cc99c7d44dd1d6b40eee0ae9dfe16eb1d5a2ce

my dotfiles

scripts/gitpush.sh (view raw)

1
2
3
4
5
#!/bin/sh
git add ./
read -p "Commit message: " msg
git commit -am "$msg"
git push origin master