16 lines
197 B
Bash
Executable file
16 lines
197 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source /etc/profile
|
|
|
|
#watcher-memtester &
|
|
watcher-badblocks &
|
|
#watcher-fio &
|
|
journalctl -f &
|
|
|
|
while [[ -f /run/test.pid ]] ; do
|
|
sleep 5
|
|
done
|
|
|
|
screen -X focus bottom
|
|
screen -X remove
|
|
|