mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-23 07:15:24 +08:00
6 lines
45 B
Bash
Executable File
6 lines
45 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -euo
|
|
|
|
mkdir -m 700 $HOME/.ssh
|