This website works better with JavaScript.
Explore
Help
Sign In
wirtz
/
scriptform
mirror of
https://github.com/fboender/scriptform.git
Watch
1
Star
0
Fork
You've already forked scriptform
0
Code
Issues
Releases
Wiki
Activity
310
Commits
1
Branch
9
Tags
1.5 MiB
Python
93.5%
Shell
6.5%
Tree:
d651ca8aa0
scriptform
/
examples
/
tutorial
/
job_helloworld.sh
7 lines
77 B
Raw
Blame
History
#!/bin/sh
if
[
-z
"
$name
"
]
;
then
name
=
"world"
fi
echo
"
Hello,
$name
!
"
Reference in new issue
View Git Blame
Copy Permalink