Files

4 lines
80 B
Plaintext
Raw Permalink Normal View History

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