aboutsummaryrefslogtreecommitdiffstats
path: root/bcsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcsh.c')
-rw-r--r--bcsh.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/bcsh.c b/bcsh.c
new file mode 100644
index 0000000..ca83402
--- /dev/null
+++ b/bcsh.c
@@ -0,0 +1,10 @@
1#include "cmd.h"
2
3extern int yyparse();
4
5int main(int argc, char **argv) {
6 while (true) {
7 yyparse();
8 }
9 return 0;
10} \ No newline at end of file