diff options
author | Luke Shumaker <luke@HP-dv6426us-u904.(none)> | 2009-10-29 18:25:27 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:18 -0600 |
commit | 5688c8498f178feb364afdb714f580b295e983a0 (patch) | |
tree | 54e4d6570774cfc56f15ae6176018a9f0d705538 /rvs/wrapper | |
parent | 83befb03851266035094f99f9c31fc7524c9e74a (diff) |
rework rvs plugin build process, it's way more elegant now
Diffstat (limited to 'rvs/wrapper')
-rw-r--r-- | rvs/wrapper/TODO | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/rvs/wrapper/TODO b/rvs/wrapper/TODO index 7c38b44..b1ab1d9 100644 --- a/rvs/wrapper/TODO +++ b/rvs/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! |