aboutsummaryrefslogtreecommitdiff
path: root/runserver.sh
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-12-23 02:29:17 -0500
committerBobby <[email protected]>2022-12-23 02:29:17 -0500
commite4bb815501a67192ed8b3667f168f0459847c94c (patch)
treec6ceafc0f5f968e01bd1b98479700a4e770ba1ce /runserver.sh
parent0be6c3ed871af60f3735b09de020aefe874fca21 (diff)
downloadthatcomputerscientist-e4bb815501a67192ed8b3667f168f0459847c94c.tar.xz
thatcomputerscientist-e4bb815501a67192ed8b3667f168f0459847c94c.zip
Update Local Server to Run Using localtunnel
Diffstat (limited to 'runserver.sh')
-rwxr-xr-xrunserver.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/runserver.sh b/runserver.sh
index 464f6b6c..48583d3b 100755
--- a/runserver.sh
+++ b/runserver.sh
@@ -1,2 +1,3 @@
#!/bin/bash
-exec sudo ./manage.py runserver localhost:80 \ No newline at end of file
+
+lt -p 8000 -s thatcomputerscientist & python3 manage.py runserver && fg \ No newline at end of file