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