Updated ascii2img to be cross python3
This commit is contained in:
Binary file not shown.
1
ascii2img/cat
Normal file
1
ascii2img/cat
Normal file
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user