first commit
This commit is contained in:
11
build.sh
Executable file
11
build.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
readonly FILENAME=noemie-mc.zip
|
||||
|
||||
rm ${FILENAME} 2>/dev/null
|
||||
echo '-- Creating archive'
|
||||
zip -r ${FILENAME} pack.mcmeta pack.png assets/
|
||||
echo '-- File path'
|
||||
realpath ${FILENAME}
|
||||
echo '-- Printing hash'
|
||||
sha1sum ${FILENAME} | cut -d ' ' -f 1
|
||||
Reference in New Issue
Block a user