Read Ninja build file from command line -


is possible read ninja build file stdin, without build.ninja or other file present?

yes, use /dev/stdin filename. note won't work on windows.

echo "# ninja!" | ninja -f /dev/stdin 

Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -