mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-24 16:15:29 +08:00
6 lines
66 B
Bash
Executable File
6 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -euo
|
|
|
|
printf '%s\n' "$@" >> $HOME/.ssh/known_hosts
|