This commit is contained in:
simono41 2017-12-28 12:42:17 -05:00
parent 22af54db0b
commit 993fe0d4f3

2
sort.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
for i in $(cat $1) ; do echo $i ; done | sort | uniq