3 lines
29 B
Plaintext
3 lines
29 B
Plaintext
|
#!/bin/sh
|
||
|
echo hi $2 from $3
|