RosettaCodeData/Task/Hello-world-Text/UNIX-Shell/hello-world-text.sh

3 lines
30 B
Bash

#!/bin/sh
echo "Hello world!"