You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenAsar/scripts/nightlyNotes.sh

8 lines
221 B

#!/bin/sh
echo "$(git rev-parse HEAD | cut -c 1-7) | $(git log -1 --pretty=%B)"
size_old=$(stat -c "%s" old.asar)
size_new=$(stat -c "%s" app.asar)
# echo "print(\"%+2.3f KB\" % (($size_new-$size_old)/1024))" | python3