7 lines
42 B
Bash
7 lines
42 B
Bash
|
#!/bin/bash
|
||
|
#
|
||
|
echo "Hello World"
|
||
|
|
||
|
exit 0
|
||
|
|