Files
nmaprincesspi/scripts/run_clear.sh
T
2025-05-15 16:10:30 -06:00

4 lines
113 B
Bash
Executable File

#!/bin/bash
rm -f ../error.log 2>>./error.log
rm -f ../running.log 2>>./error.log
rm -f ../scans/* 2>>./error.log