Move scripts into their own directory.

This commit is contained in:
Colin Jones 2010-11-01 20:09:15 -05:00
parent fa9b51743c
commit baecf7edb4
7 changed files with 2 additions and 4 deletions

View File

@ -31,11 +31,9 @@ which will download all dependencies you need to run the Clojure koans.
To run the koans, simply run To run the koans, simply run
`run.sh` `script/run` on Mac/\*nix
or, on Windows, `script\run` on Windows
`run.bat`
You'll see something like this: You'll see something like this:

View File