add shebang

This commit is contained in:
ducoterra
2018-12-12 21:54:26 -05:00
parent 2e88de6714
commit 0e619dd4ef
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
#!/bin/bash
################################################################################
# Performs a QUICK uninstall #
# - Does not uninstall dependencies #
+2
View File
@@ -1,3 +1,5 @@
#!/bin/bash
################################################################################
# Performs a FULL uninstall #
################################################################################
+2
View File
@@ -1,3 +1,5 @@
#!/bin/bash
# django project settings
export user=""
export projectname=""