working build script

This commit is contained in:
shockrahwow 2019-11-10 14:35:49 -08:00
parent 69ed41172e
commit 619e2d6cbe
2 changed files with 3 additions and 9 deletions

View File

@ -1,6 +0,0 @@
#!/bin/python3
import argparse as argp
if __name__ == "__main__":
parser = argp.asdf()

6
client/build.sh Normal file → Executable file
View File

@ -14,9 +14,9 @@ build() {
sass "$sass_dir/$1.scss" "$build_dir/$1.css"
}
while getopts "" opt; do
while getopts ":b:" opt; do
case $opt in
b) build;;
esac
done
build login
#build login