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