inital commit
This commit is contained in:
6
.local/bin/tools/email_handler
Executable file
6
.local/bin/tools/email_handler
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
input=$1
|
||||
while read -r str
|
||||
do
|
||||
[[ $(grep -c "$str" "$input") == 1 ]] && echo $str
|
||||
done < "$input"
|
Reference in New Issue
Block a user