Improve Replit deployment method

This commit is contained in:
spikecodes 2021-11-22 13:01:34 -08:00
parent 79bb913fa6
commit e181e3f57d
1 changed files with 2 additions and 0 deletions

2
.replit Normal file
View File

@ -0,0 +1,2 @@
run = "while true; do wget -O libreddit https://github.com/spikecodes/libreddit/releases/latest/download/libreddit;chmod +x libreddit;./libreddit -H 63115200;sleep 1;done"
language = "bash"