9a13903 ^
19a2507 ^
8c0c1f9 ^
1 2 3 4
5
6
7
8
#!/bin/bash while : do echo "Loading manachat (abort with CTRL+C)" # Increase nice number in order to be the last served by kernel nice -n 19 python simple.py sleep 60 done