mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
8 lines
280 B
Plaintext
8 lines
280 B
Plaintext
// Create a custom Cloud9 build system - similar to the Sublime build system
|
|
// For more information see https://docs.c9.io/custom_runners.html
|
|
{
|
|
"cmd" : ["ls", "$file", "$args"],
|
|
"env" : {},
|
|
"info" : "Building $project_path/$file_name",
|
|
"selector": "source.ext"
|
|
} |