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