#! /bin/bash

command=pbsnodes
type -P $command &>/dev/null && echo $command'_found' || echo no_$command
