wrote simple monkeyshell so we have a fake shell for test accounts on george (if...
[monkeysphere.git] / src / monkeyshell / monkeyshell.c
1 #include <stdio.h>
2
3 int main()
4
5   printf("monkeys!\n");
6   return 123;
7 }