3 lines
87 B
Text
3 lines
87 B
Text
|
#!/bin/sh
|
||
|
cat ~/.zz/dims | fzf --layout=reverse --height=40% | awk -F ';' '{print $1}'
|