diff --git a/.replit b/.replit new file mode 100644 index 0000000..d365864 --- /dev/null +++ b/.replit @@ -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" \ No newline at end of file