Add hello.sh
This commit is contained in:
commit
c9a1e7d67a
1 changed files with 4 additions and 0 deletions
4
hello.sh
Normal file
4
hello.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
# Simple Hello World script
|
||||
|
||||
echo "Hello World"
|
||||
Loading…
Add table
Add a link
Reference in a new issue