Skip to content

Instantly share code, notes, and snippets.

@tocttou
Created November 25, 2015 16:34
Show Gist options
  • Save tocttou/58075d100b2658fc7070 to your computer and use it in GitHub Desktop.
Save tocttou/58075d100b2658fc7070 to your computer and use it in GitHub Desktop.
{
"challenge_name": "pytest",
"public": [
{
"public_dir": "./public",
"public_setup": [
{
"script": "public_bash.sh",
"sudo": "yes"
}
]
}
],
"script": [
{
"script_dir": "./scripts",
"env": [
{
"primary": "python",
"version": "2",
"executable": "yo.py"
}
],
"port": [
{
"xinetd": "yes",
"outer-port": "8049"
}
]
}
],
"dev_file": "CHALLENGE.md"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment