#! /bin/bash if [ "$1" == "Debug" ]; then ./nameserver_d NameServerLinux.txt else ./nameserver_r NameServerLinux.txt fi