Initial revision
darcs-hash:20000521125243-92525-6092ab1d3efe6df9898549afb0aa3c7d43983e8b.gz
This commit is contained in:
commit
f1d3de9de7
26 changed files with 621 additions and 0 deletions
9
redpopup
Executable file
9
redpopup
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin
|
||||
PYTHONPATH=/usr/lib/python-1.5/
|
||||
|
||||
cd /etc/CRANS
|
||||
echo $1 $2 $3 $4 $5 > /tmp/last.popup.log
|
||||
exec python /etc/CRANS/code/redpopup.py $1 $2 $3 $4 $5 >&2 2>/tmp/last.popup.err
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue