summaryrefslogtreecommitdiff
path: root/wrapper
diff options
context:
space:
mode:
authorLuke Shumaker <luke@HP-dv6426us-u904.(none)>2009-10-29 18:25:27 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:18 -0600
commitcb6084afd1c7928f75f56d2667b894cf5c407b61 (patch)
treeee2a99bab8e6699ecb88eef22775b9d5fb85bef6 /wrapper
parent3ab15374b7ea2278a578e5f2ac13b0c012b58b57 (diff)
rework rvs plugin build process, it's way more elegant now
Diffstat (limited to 'wrapper')
-rw-r--r--wrapper/TODO14
1 files changed, 10 insertions, 4 deletions
diff --git a/wrapper/TODO b/wrapper/TODO
index 7c38b44..b1ab1d9 100644
--- a/wrapper/TODO
+++ b/wrapper/TODO
@@ -1,11 +1,17 @@
#! /bin/less
-* actually launch the plugins
* plugin-run.h:
the function _plugin_sh_mktemp() is an ugly hack, it exists
- because a) it is secure b) it is easier to write a hack using
- methods I understand, than learn those I don't c) point b
- especially when I just want to get it working.
+ because
+ a) it is secure
+ b) it is easier to write a hack using methods I understand,
+ than learn those I don't
+ c) point `b' especially when I just want to get it working.
+ d) point `b' especially since I think I coded it in
+ studyhall one day, which means I didn't have internet
+ access (no glibc documenation).
+* everything:
+ with plugin commands, have arg1 be a file to write output to
~ Luke Shumaker
Happy Hacking!