2021-09-01 15:02:43 +02:00

6 lines
71 B
Bash
Executable File

#!/bin/sh
# help : print "Hello, World!" string
echo "Hello, World!"