diff --git a/.local/bin/starttr b/.local/bin/starttr deleted file mode 100755 index 712f0b6..0000000 --- a/.local/bin/starttr +++ /dev/null @@ -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 -