mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-12-19 11:12:18 +01:00
5 lines
71 B
Bash
Executable file
5 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -euo pipefail
|
|
|
|
printf '%s\n' "$@" >> ~/.ssh/known_hosts
|