summaryrefslogtreecommitdiff
path: root/share/frontend/imgradient/dirs.py
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-09-22 00:51:40 -0700
committeryo mama <pepper@scannerjammer.com>2015-09-22 00:51:40 -0700
commitd3e7b5708deffbed864c916de22663f48333c58b (patch)
treeef76784a7827baff88c03670bf22832a3f146b17 /share/frontend/imgradient/dirs.py
parent86c79f4372d7b2e7640a26473c7a4d331cdf7d16 (diff)
finishing server
Diffstat (limited to 'share/frontend/imgradient/dirs.py')
-rwxr-xr-xshare/frontend/imgradient/dirs.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/frontend/imgradient/dirs.py b/share/frontend/imgradient/dirs.py
new file mode 100755
index 0000000..1cb9fa5
--- /dev/null
+++ b/share/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)