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.
344
Commits
1
Branch
9
Tags
1.5 MiB
Tag:
Branch:
Tree:
e0c53eb9ad
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 'e0c53eb9ad'
${ noResults }
scriptform
/
test
/
test_webapp_cb_fail.sh
7 lines
65 B
Raw
Normal View
History
Unescape
Escape
Test a script callback that returns non-zero exit code via the Web app.
9 years ago
#!/bin/sh
echo
"stdout output"
echo
"stderr output"
>
&
2
exit
1