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
32
Commits
1
Branch
9
Tags
1.5 MiB
Tree:
74f7567a00
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