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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
295
Commits
1
Branch
9
Tags
1.5 MiB
Tag:
Branch:
Tree:
8ef5744631
master
1.0
1.1
1.2
1.3
1.4
1.5
1.6
1.7
1.8
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8ef5744631'
${ noResults }
scriptform
/
examples
/
tutorial
/
job_helloworld.sh
8 lines
77 B
Raw
Normal View
History
Unescape
Escape
Tutorial.
9 years ago
#!/bin/sh
if
[
-z
"
$name
"
]
;
then
name
=
"world"
fi
echo
"
Hello,
$name
!
"