Bunch of scripts that make life easier on command line
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.
 
 
 

5 lines
174 B

pex --python=python3 . -c __main__.py -o ascii2img
echo '#!/usr/bin/env python3' | cat - ascii2img > ascii2img.new
rm ascii2img
mv ascii2img.new ascii2img
chmod +x ascii2img