4 lines
28 B
Bash
Executable File
4 lines
28 B
Bash
Executable File
#!/bin/bash
|
|
echo $1
|
|
echo $2
|