Skip to content

Instantly share code, notes, and snippets.

@cskonopka
Created December 11, 2018 20:22
Show Gist options
  • Save cskonopka/027fccf6f2391defb40ba186b72d48cc to your computer and use it in GitHub Desktop.
Save cskonopka/027fccf6f2391defb40ba186b72d48cc to your computer and use it in GitHub Desktop.
Create ssh folder when it doesn't exist on OSX
#!/bin/bash
mkdir -p ~/.ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment