summaryrefslogtreecommitdiff
path: root/misc/scripts/char-server.sh
blob: 77931f97e7899d6c5a78cf40057eaa7bd43e83c3 (plain) (blame)
1
2
3
4
#!/bin/bash
while [ true ] ; do
    nice -n 19./char-server
done