mud/extra/crat/enters
2020-09-06 05:43:07 -07:00

7 lines
67 B
Bash

#!/bin/bash
if !(grep $1 /tmp/foo/diff.txt); then
\rm -f $1
fi