#!/bin/bash if [ -z "$1" ]; then IT="ionice -c3 bash" echo Entering $IT exec $IT fi exec ionice -c3 "$@"