7 lines
68 B
Bash
7 lines
68 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "hello, world"
|
||
|
#read hi
|
||
|
#echo "Said hi $hi"
|
||
|
#read
|