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