#!/bin/bash while [ true ] ; do nice -n 19 ./map-server done