ab_decrypt
ab_decrypt copied to clipboard
missing shebang
The first line should be the standard hashbang (#! /usr/bin/env python3) to allow for this to work:
wget ...
chmod +x ./ab_decrypt
./ab_decrypt
Note that it is python3 because PEP 394 allows python to not work or not point to version 3, so technically the README usage examples should also be corrected.