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 -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -