diff options
| author | pepper <peppersclothescult@gmail.com> | 2014-01-12 19:47:18 -0800 |
|---|---|---|
| committer | pepper <peppersclothescult@gmail.com> | 2014-01-12 19:47:18 -0800 |
| commit | e5b7549dbe43872f1cd0d8395186ad8e495720fb (patch) | |
| tree | 356239d88572247479985612942eb1233da0bc12 /cgi-bin/test.sh | |
| parent | cce4f73a1637d54ab7c096815864a2c9c66fda65 (diff) | |
added upload stuff and view code
Diffstat (limited to 'cgi-bin/test.sh')
| -rw-r--r-- | cgi-bin/test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cgi-bin/test.sh b/cgi-bin/test.sh new file mode 100644 index 0000000..2b3abbe --- /dev/null +++ b/cgi-bin/test.sh @@ -0,0 +1,3 @@ +#!/bin/bash +script=`cat $1`; +curl --data "script=5&username=pepper&shader_id=" http://asdf.us/cgi-bin/im/shader/save |
