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.
20
Commits
1
Branch
9
Tags
1.5 MiB
Tag:
Branch:
Tree:
fbf38d5800
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 'fbf38d5800'
${ noResults }
scriptform
/
examples
/
raw
/
job_show_image.sh
9 lines
81 B
Raw
Normal View
History
Unescape
Escape
Example for the 'script_raw' functionality where a script can send output directly to the browser.
10 years ago
#!/bin/sh
cat << EOF
HTTP/1.0
200
Ok
Content-Type: image/jpeg
EOF
cat test.jpg