From b300254ee1f308c440d8e8d8129fb863b6ec9599 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Dec 2012 16:05:36 +0330 Subject: Making the legacy more useful Added a brief installation guide in README along with etc config file samples. Added a couple of useful start and kill scripts in utils folder. Added two sample problems (one normal one interactive) along with testers in utils folder. --- etc/passwd | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 etc/passwd (limited to 'etc/passwd') diff --git a/etc/passwd b/etc/passwd new file mode 100644 index 0000000..b4ccc5c --- /dev/null +++ b/etc/passwd @@ -0,0 +1,4 @@ +root:x:0:0:root:/root:/bin/bash +bin:x:1:1:bin:/bin:/sbin/nologin +nobody:x:99:99:Nobody:/:/sbin/nologin +judge:x:1024:1024:Judge:/mnt/jail:/bin/bash -- cgit