diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-08-07 18:33:30 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-08-07 18:33:30 -0700 |
| commit | 236fd1d9f2009083fbbfce7190c27fbf1d7c88b8 (patch) | |
| tree | 6077ff15b4b770b4b292aaa14d9cbfff1ba82fae /frontend/imgradient/dirs.py | |
| parent | c89619f1b1f908d0f330c468866cea669ce8bf6c (diff) | |
getting ready
Diffstat (limited to 'frontend/imgradient/dirs.py')
| -rwxr-xr-x | frontend/imgradient/dirs.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/imgradient/dirs.py b/frontend/imgradient/dirs.py new file mode 100755 index 0000000..1cb9fa5 --- /dev/null +++ b/frontend/imgradient/dirs.py @@ -0,0 +1,7 @@ +#!/usr/bin/python2.7 + +import os + +for i in xrange(256): + print "%04d %02x" % (i,i) +# os.mkdir ("%02x" % i) |
