Skip to content

Instantly share code, notes, and snippets.

@lukespragg
Last active December 12, 2015 04:48
Show Gist options
  • Save lukespragg/4716500 to your computer and use it in GitHub Desktop.
Save lukespragg/4716500 to your computer and use it in GitHub Desktop.
Native jar creation and md5 listing
@echo off
setlocal enabledelayedexpansion enableextensions
set VERSION=2.8.5
for /d %%o in (*) do (
cd %%o
..\jar cfM ..\%%o_natives-%VERSION%.jar *.*
cd ../
)
hashmyfiles /files *.jar /stabular md5.txt
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment