3 lines
43 B
Plaintext
3 lines
43 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
truncate -s 0 ~/.ssh/known_hosts
|