python UNBUFFERED mode with a weird shebang

This commit is contained in:
Xfnw knuu 2020-12-31 20:17:08 -05:00
parent 7aa92c2522
commit df25810f54

View file

@ -1,4 +1,7 @@
#!/usr/bin/env python3
#!/bin/sh
''''exec /usr/bin/env python3 -u "$0" $@ #'''
__doc__ = 'little script to make irc color art that will probably get you banned'
import sys,time
from PIL import Image