ab_decrypt icon indicating copy to clipboard operation
ab_decrypt copied to clipboard

missing shebang

Open opk12 opened this issue 3 years ago • 0 comments

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.

opk12 avatar Nov 23 '22 07:11 opk12