files_antivirus/tests/avir.sh

11 строки
127 B
Bash
Executable File

#!/bin/bash
content=$(tee)
if [[ $content =~ .*kitten ]]; then
echo "Oh my god! : Kitten FOUND"
exit 1
fi
echo "$1 : OK"