3 changed files with 6 additions and 1 deletions
Binary file not shown.
@ -0,0 +1 @@ |
|||
#!/usr/bin/env python3 - |
@ -1 +1,5 @@ |
|||
pex . -c __main__.py -o ascii2img |
|||
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 |
|||
|
Loading…
Reference in new issue