2015-04-16 19:29:32 +04:00

8 lines
273 B
Plaintext

// Create a custom Cloud9 runner - similar to the Sublime build system
// For more information see https://docs.c9.io/custom_runners.html
{
"cmd" : ["ls", "$file", "$args"],
"info" : "Started $project_path$file_name",
"env" : {},
"selector" : "source.ext"
}