T3/bash.sh

7 lines
42 B
Bash
Raw Permalink Normal View History

2020-11-23 18:45:42 +01:00
#!/bin/bash
#
echo "Hello World"
exit 0