Extracting even more

This commit is contained in:
Dan Buch
2012-05-05 09:02:01 -04:00
parent 8a687c6adf
commit aed5272445
2 changed files with 23 additions and 0 deletions

7
algs4/extract-jars Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -e
cd src/java
jar xf ../../algs4.jar
jar xf ../../stdlib.jar