Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
AzizKpln
GitHub Repository: AzizKpln/Moriarty-Project
Path: blob/master/startBrowser.sh
428 views
1
sleep 2
2
firefox $(hostname -I | awk '{print $1}'):8080 &>/dev/null &
3
4