mirror of
https://github.com/0intro/wmii
synced 2024-11-29 17:13:11 +03:00
7 lines
164 B
Bash
Executable File
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}
|