working build script
This commit is contained in:
parent
69ed41172e
commit
619e2d6cbe
@ -1,6 +0,0 @@
|
|||||||
#!/bin/python3
|
|
||||||
|
|
||||||
import argparse as argp
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
parser = argp.asdf()
|
|
6
client/build.sh
Normal file → Executable file
6
client/build.sh
Normal file → Executable file
@ -14,9 +14,9 @@ build() {
|
|||||||
sass "$sass_dir/$1.scss" "$build_dir/$1.css"
|
sass "$sass_dir/$1.scss" "$build_dir/$1.css"
|
||||||
}
|
}
|
||||||
|
|
||||||
while getopts "" opt; do
|
while getopts ":b:" opt; do
|
||||||
case $opt in
|
case $opt in
|
||||||
|
b) build;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
build login
|
#build login
|
||||||
|
Loading…
Reference in New Issue
Block a user