aboutsummarylogtreecommitdiffstats
path: root/update.sh
blob: b86fd0521a188417be60c8444049f17d52ce4476 (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 -S -m 'Updated by update.sh'
git push
git push github