From ac07214218710b41db233b387b4bcb816b489e86 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 1 May 2018 23:12:03 +0200 Subject: bin/ii-connect: some more manners --- bin/ii-connect | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bin/ii-connect') diff --git a/bin/ii-connect b/bin/ii-connect index d678af1..07f47c6 100755 --- a/bin/ii-connect +++ b/bin/ii-connect @@ -140,6 +140,14 @@ if [ "$1" = 'watch' ]; then printf 'up? I'"'"'m up for %s, %s\n' "$(uptime -p | sed 's/^up //')" "$(uptime | sed 's/.*, //')" | \ sponge "${out_file%/out}/in" fi + regex='^\(\S\+ \)\?\S\+ <\S\+> \(.* \)\?[Tt]h\(anks\|x\)\([ ,.]\|$\)' + if grep "${regex}" "${out_file}" | \ + grep -q "${sloppy_salutation}"; then + done_something=true + sed -i "/${regex}/d" "${out_file}" + printf 'np\n' | \ + sponge "${out_file%/out}/in" + fi done sleep 1 done -- cgit v1.2.3