1
0
Files
2022-09-29 17:59:04 +03:00

6 lines
199 B
Tcsh
Executable File

#!/bin/csh
killall mem
echo "Memory log results:" | tee -a /usr/tmp/ostests.log
echo "===================" | tee -a /usr/tmp/ostests.log
grep ERROR /usr/tmp/os-mem.log | tee -a /usr/tmp/ostests.log