I'm learning shell
This commit is contained in:
5
learning.sh
Executable file
5
learning.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
HW="Hello, World!"
|
||||
printf "Jello %s\n" "$HW"
|
||||
exit 0
|
||||
Reference in New Issue
Block a user