I have this script below called command_execute.sh
#!/bin/bash if [ $@ = $null ]; then echo "Nothing here"; else $@ fi
I am get