whoogle-search/.replit
KokoTheBest 146245b1fd
Running in Bash
I applied the same change I made on onBoot to the run variable, and made the language bash as the syntax `./` and `&&` belong to bash.
2021-07-15 23:35:16 -04:00

4 lines
119 B
Plaintext

language = "bash"
run = "pip install -r requirements.txt && ./run"
onBoot = "pip install -r requirements.txt && ./run"