applied zimbas patch

This commit is contained in:
garbeam 2005-12-13 14:20:37 +02:00
parent a4799e2148
commit 8e868a64e4

6
extra/pkeys Normal file → Executable file
View File

@ -1,6 +1,6 @@
#!/usr/local/9/bin/rc
mdir=/keys/mode/
for (mode in `{wmir read $mdir})
for (key in `{wmir read $mdir$mode})
echo $mode$key '->' `{wmir read $mdir$mode$key}
for (mode in `{wmiir read $mdir})
for (key in `{wmiir read $mdir$mode})
echo $mode$key '->' `{wmiir read $mdir$mode$key}