Script returning unexpected operator after running it

后端 未结 0 1176
-上瘾入骨i
-上瘾入骨i 2020-12-11 09:39

I have this script below called command_execute.sh

#!/bin/bash
if [ $@ = $null ];
then
  echo "Nothing here";
else
  $@
fi

I am get

相关标签:
回答
  • 消灭零回复
提交回复
热议问题