mirror of
https://github.com/0intro/wmii
synced 2024-12-23 03:46:53 +03:00
7 lines
161 B
Bash
7 lines
161 B
Bash
#!/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}
|