added -C option to enable running on more than 1 node
[tridge/junkcode.git] / show_umask.c
1 #include <stdio.h>
2
3 int main(int argc, char *argv[])
4 {
5         fopen("/tmp/umask.tst", "w");
6         return 0;
7 }