lazy/init_root.sh
2023-07-16 00:31:03 +08:00

8 lines
130 B
Bash
Executable File

#!/bin/bash
scriptdir=$(dirname $(realpath $0))
mkdir -p ~/.ssh
cat $scriptdir/files/authorized_keys >> ~/.ssh/authorized_keys