PR-URL: https://github.com/nodejs/node/pull/52810 Fixes: https://github.com/nodejs/node/issues/52740 Reviewed-By: Daniel Lemire <daniel@lemire.me> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
3 lines
80 B
Bash
Executable file
3 lines
80 B
Bash
Executable file
#!/bin/bash
|
|
echo "Arguments: '$@'"
|
|
echo "The total number of arguments are: $#"
|