Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Merge branch 'version-1' of github.com:taoky/OJSandbox into version-1
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Mar 9, 2018
2 parents 965343d + 7a00165 commit 46fbcb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file removed Main.class
Binary file not shown.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,11 @@ sudo python3 main.py
To cleanup the temporary files and directories created by this OJ sandbox, run the main entry with `cleanup`:

```
python3 main.py cleanup
sudo python3 main.py cleanup
```

**Note**: As `sudo` is used when running the program, you may need it when cleaning up the qorking directory, i.e.

```
sudo make clean
```

0 comments on commit 46fbcb7

Please sign in to comment.