5 lines
43 B
Bash
Executable file
5 lines
43 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
read test
|
|
|
|
echo $test
|