Files
Kmake/test/fixtures/run-script/node_modules/.bin/positional-args

4 lines
80 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
#!/bin/bash
echo "Arguments: '$@'"
echo "The total number of arguments are: $#"