I'm learning shell
This commit is contained in:
commit
9716d380ae
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
|
Loading…
Reference in New Issue
Block a user