8
Comments
  • 0
    Open Spotify, play Carbon Based Lifeforms
  • 3
    function mkproject {
    cd ~/dev
    mkdir “$1”
    cd “$1” && git init
    }
Add Comment