initial import

This commit is contained in:
William Pietri
2017-10-31 10:55:18 -07:00
commit 20579d92ab
4 changed files with 170 additions and 0 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd ${DIR}
pipenv run -- python ./sucks.py "$@"