Initial commit
This commit is contained in:
commit
8d1714777d
30 changed files with 1689 additions and 0 deletions
4
archive.sh
Executable file
4
archive.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cd bin || exit
|
||||
jar cvfm ../Minesweeper.jar ../manifest.mf ./*
|
||||
Loading…
Add table
Add a link
Reference in a new issue