5 lines
48 B
Bash
5 lines
48 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
echo $@
|
||
|
echo 'Hello World'
|