4 lines
54 B
Plaintext
4 lines
54 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
watch -n2 'sudo kill -USR1 $(pgrep ^dd)'
|