1#include <stdio.h>
2#include <stdlib.h>
3
4int main() {
5	fputs("To install emacs on PPC you must run the following command\nsudo /usr/libexec/dumpemacs\n", stderr);
6	exit(1);
7}
8