launchergo/md5sum.sh
2018-12-09 11:13:18 +00:00

9 lines
109 B
Bash
Executable File

#!/bin/bash
set -x
find . -iname "*.so" -exec md5sum {} + > md5sum.log
echo `md5sum main` >> md5sum.log