Skip to content

Instantly share code, notes, and snippets.

@initcron
Created April 7, 2014 03:41
Show Gist options
  • Save initcron/10014519 to your computer and use it in GitHub Desktop.
Save initcron/10014519 to your computer and use it in GitHub Desktop.
mark.json
{
"id": "mark",
"production" : {
"comment": "Mark in Production",
"uid": 3001,
"gid": 0,
"home": "/home/mark",
"shell": "/bin/zsh"
},
"dev" : {
"comment": "Mark Dev",
"uid": 2004,
"gid": 0,
"home": "/home/mark",
"shell": "/bin/bash"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment