diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-31 17:31:25 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-31 17:31:25 -0500 |
commit | f5916bc01d76a54d9c2b1738c15da588021c63f3 (patch) | |
tree | eec7b6948e5d52c2a02df014f1949a7b8edf7aa5 /src/monkeyshell/monkeyshell.c | |
parent | b7e17887ac20bc5916d830f5282b07f4c0360c2a (diff) | |
parent | b3a701f695ec6685661325511a51abe5afb9eb41 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'src/monkeyshell/monkeyshell.c')
-rw-r--r-- | src/monkeyshell/monkeyshell.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/monkeyshell/monkeyshell.c b/src/monkeyshell/monkeyshell.c deleted file mode 100644 index 7ef2a55..0000000 --- a/src/monkeyshell/monkeyshell.c +++ /dev/null @@ -1,17 +0,0 @@ -#include <stdio.h> - -/* - Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net> - Date: 2008-09-04 19:11:18-0400 - License: GPL v3+, if you actually care - - This is a toy "shell" to install on demonstration systems. If a - user can log in successfully, they get this cheery message, and an - unusual error code. -*/ - -int main() -{ - printf("monkeys!\n"); - return 123; -} |