roftl/sh/hello_world.sh
2021-10-27 00:07:24 +02:00

6 lines
68 B
Bash
Executable file

#!/bin/bash
echo "hello, world"
#read hi
#echo "Said hi $hi"
#read