cleared previously tracked gitignored files

This commit is contained in:
Kristjan Komlosi
2019-11-12 19:43:50 +01:00
parent 08310e074d
commit 8e7435ff8f
6093 changed files with 0 additions and 1375607 deletions
-4
View File
@@ -1,4 +0,0 @@
#!/bin/bash
# run.sh - run the backend server
cd `dirname $0`
sudo gunicorn app:app -b 0.0.0.0:5000 &