OpenAsar/scripts/nightlyNotes.sh

8 lines
221 B
Bash
Raw Normal View History

2023-03-23 21:35:07 +00:00
#!/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)
2023-04-13 20:39:26 +00:00
# echo "print(\"%+2.3f KB\" % (($size_new-$size_old)/1024))" | python3