parent
b7fdfdf4b4
commit
4cba2d1cf3
@ -1,3 +1,4 @@ |
|||||||
/bin/ |
/bin/ |
||||||
.classpath |
.classpath |
||||||
.project |
.project |
||||||
|
TotallyNotMalware.jar |
||||||
|
@ -0,0 +1,10 @@ |
|||||||
|
#!/bin/sh |
||||||
|
cd bin |
||||||
|
|
||||||
|
files="" |
||||||
|
|
||||||
|
for i in "`find * | grep -v '/Test'`"; do |
||||||
|
files="$files $i" |
||||||
|
done |
||||||
|
jar cvfe ../TotallyNotMalware.jar totallynotmalware.TotallyNotMalware $files |
||||||
|
|
Loading…
Reference in new issue