3 lines
29 B
Bash
Executable File
3 lines
29 B
Bash
Executable File
#!/bin/sh
|
|
echo hi $2 from $3
|