T3/bash.sh
2020-11-23 18:45:42 +01:00

7 lines
42 B
Bash

#!/bin/bash
#
echo "Hello World"
exit 0