his.js

Telegram bot for /his/ threads.
git clone git://git.knutsen.co/his.js
Log | Files | Refs | LICENSE

start.sh (68B)


1
2
3
4
5
6
#!/bin/sh

bash ./his.sh &
echo "$!" > ./.pid

echo "Bot started."