7 lines
56 B
Plaintext
7 lines
56 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd src/java
|
||
|
jar xf ../../algs4.jar
|