diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-12-08 02:19:44 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-08 02:19:44 +0100 |
commit | 9d7686cbfaaa0d350296060d19c3e6acb6f644cb (patch) | |
tree | b8665cc34a8f0c184ce386cc6e5500d9a272d796 /.local/bin | |
parent | 7de64d184aecf11a91f9486604db1727766a6751 (diff) |
uni: Remove extra cut argument
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/uni | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/uni b/.local/bin/uni index a882c8c..34f2711 100755 --- a/.local/bin/uni +++ b/.local/bin/uni @@ -21,7 +21,7 @@ test -f $DATA || setup set i `{ tee >{cut -d';' -f1 | read -d\n runes} <$DATA - | cut -d';' -f2 $DATA + | cut -d';' -f2 | osel -i } set rune `printf $runes[$i] |