mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-01-10 08:41:39 +01:00
5 lines
45 B
Bash
Executable file
5 lines
45 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -euo
|
|
|
|
mkdir -m 700 $HOME/.ssh
|