wmii/extra/pkeys
2005-12-13 14:20:37 +02:00

7 lines
164 B
Bash
Executable File

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