summaryrefslogtreecommitdiff
path: root/autofast.sh
blob: 24c940cca07beeebd1b394ed5d9787552191168a (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash
while :
do
     echo "Loading manachat (abort with CTRL+C). REDUCED RELOG TIME: DEVELOPMENT PURPOSE ONLY"
     # Increase nice number in order to be the last served by kernel
     nice -n 19 ./simple.py
     sleep 3
done