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

Magento/PHP - Get phones on all members in a customer group -

javascript - Bootstrap Popover: iOS Safari strange behaviour -

spring cloud - How to configure SpringCloud Eureka instance to point to https on non standard port -