lbry.com/update.sh
2015-10-25 12:56:40 -04:00

5 lines
114 B
Bash
Executable file

#!/bin/sh
cd "$(dirname "$0")"
git checkout master && git pull
sass --update web/scss:web/css --style compressed