Delete .local/bin/starttr

This commit is contained in:
2026-02-22 23:42:00 +00:00
parent 62c8403445
commit 222c00b41c

View File

@@ -1,10 +0,0 @@
#! /bin/bash
while clipnotify; do
selection=`xclip -o`
translation=`trans -b ro:en "$selection"`
echo $selection
echo $translation
# notify-send $translation
done