Created
November 25, 2015 16:34
-
-
Save tocttou/58075d100b2658fc7070 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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