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