forked from LeenkxTeam/Kmake
4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
echo "Arguments: '$@'"
|
||
|
|
echo "The total number of arguments are: $#"
|