Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
即使没有文件或其他文件,是否可以从 STDIN 读取Ninja构建文件?build.ninja
build.ninja
是/dev/stdin的,用作文件名。请注意,这可能不适用于 Windows。
/dev/stdin
echo "# ninja!" | ninja -f /dev/stdin