mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-21 18:04:37 +00:00
6 lines
57 B
Bash
Executable File
6 lines
57 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
truncate -s 0 $HOME/.ssh/known_hosts
|