5 lines
72 B
Bash
5 lines
72 B
Bash
#!/usr/bin/env bash
|
|
|
|
echo "Hello world!"
|
|
echo "Remaining arguments: $@"
|