fn items in wmiirc now pipes the result to uniq as well

This commit is contained in:
Anselm R. Garbe 2006-02-12 12:14:14 +01:00
parent cec7622f37
commit 7859ef43d8

View File

@ -94,7 +94,7 @@ fn items {
echo `{basename $file}
}
}
} | sort
} | sort | uniq
}
rm -f /tmp/ns.$USER.$DISPLAY/p.menu
@ items $OLD_PATH > /tmp/ns.$USER.$DISPLAY/p.menu &