diff --git a/apsalar/wtfis b/apsalar/wtfis deleted file mode 100755 index 1cd562f..0000000 --- a/apsalar/wtfis +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -emerge --search "$1" --fuzzy-search n \ - | grep "Description" \ - | head -1 \ - | cut -d":" -f2 \ - | awk '{$1=$1;print}'