#!/bin/sh

set -eu

if [ ! -d "$HOME/.ssh" ]; then
    mkdir -m 700 $HOME/.ssh
fi
