Bash Command Check 2 argumentos
if [ $# -lt 2 ]; then
# TODO: print usage
exit 1
fi
Worried Wasp
if [ $# -lt 2 ]; then
# TODO: print usage
exit 1
fi