Skip to content

Commit 33ecfa4

Browse files
author
Jeff Panasuik
authored
Create DjQuicksilver.sh
1 parent 48d1740 commit 33ecfa4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

DjQuicksilver.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env bash
2+
echo "clearing up..."
3+
clear
4+
echo "Executing cli-django begins..."
5+
cd /var/www/pythons/cli_django
6+
source .venv/bin/activate
7+
8+
python3 main.py
9+
10+

0 commit comments

Comments
 (0)