This website requires JavaScript.
Explore
Help
Sign In
whytofly
/
qt6-bb10
Watch
1
Star
0
Fork
You've already forked qt6-bb10
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ceceb3796f
qt6-bb10
/
tests
/
auto
/
qhttp
/
webserver
/
cgi-bin
/
store_testfile.cgi
7 lines
100 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
echo
"Content-type: text/plain"
;
echo
echo
"file stored under 'testfile'"
cat > testfile
Reference in New Issue
View Git Blame
Copy Permalink