mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-22 14:55:24 +08:00
6 lines
50 B
Bash
Executable File
6 lines
50 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -euo pipefail
|
|
|
|
mkdir -m 700 ~/.ssh
|