blob: b1ab1d99284a8f9b0f14c2b26749d7b7f5a5af14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#! /bin/less
* 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.
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!
|