Files
Kmake/test/fixtures/run-script/node_modules/.bin/positional-args
2026-05-26 23:36:42 -07:00

4 lines
80 B
Bash
Executable File

#!/bin/bash
echo "Arguments: '$@'"
echo "The total number of arguments are: $#"