aboutsummarylogtreecommitdiffstats
path: root/update.sh
blob: c522fc140349984a3cc1794e1d87552c1d5d6343 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
cd `dirname $0`; pwd
updpkgsums
makepkg --printsrcinfo > .SRCINFO
git add PKGBUILD .SRCINFO update.sh zshrc LICENSE easy-zsh-config.install README.md easy-zsh-config
git commit -m 'Updated by update.sh'
git push
git push github