summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-12-08 02:19:44 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-12-08 02:19:44 +0100
commit9d7686cbfaaa0d350296060d19c3e6acb6f644cb (patch)
treeb8665cc34a8f0c184ce386cc6e5500d9a272d796
parent7de64d184aecf11a91f9486604db1727766a6751 (diff)
uni: Remove extra cut argument
-rwxr-xr-x.local/bin/uni2
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]