修复task.sh

This commit is contained in:
hanhh 2021-07-26 08:37:35 +08:00
parent 9d89ecc51e
commit da70b0799a

View File

@ -191,7 +191,7 @@ main() {
run_else "$@"
;;
esac
elif [[ $# -eq 0]]; then
elif [[ $# -eq 0 ]]; then
echo
usage
else