Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
azizkpln
GitHub Repository: azizkpln/moriarty-project
Path: blob/master/run.sh
192 views
1
clear
2
echo "Moriarty Project Remastered V4.1.1"
3
echo "Github:https://github.com/AzizKpln/Moriarty-Project"
4
echo -e "Linkedin:https://www.linkedin.com/in/aziz-k-074604170/\n"
5
6
echo "Project is currently running. If your browser not showing up,"
7
echo -e "Please go to this link: http://$(hostname -I | awk '{print $1}'):8080\n"
8
9
echo "Press CTRL+C to kill the webserver."
10
bash startBrowser.sh &
11
python3 MoriartyProject.py &> /dev/null
12
13
14
15