summaryrefslogtreecommitdiff
path: root/src/thousands/images/convert.sh
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2018-04-21 02:12:19 +0200
committerMonty Taylor <mordred@inaugust.com>2018-04-21 02:12:19 +0200
commitac692c16378fb9ff1d58f7b9505563c4b4b4d641 (patch)
treed5bd7bcccf285b54e58e49af67ec954f7ec7ceb7 /src/thousands/images/convert.sh
parent5be1b057adf8a639f718409b2fd8986272d05ac0 (diff)
Add thousands of projects talk
Diffstat (limited to 'src/thousands/images/convert.sh')
-rwxr-xr-xsrc/thousands/images/convert.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/thousands/images/convert.sh b/src/thousands/images/convert.sh
new file mode 100755
index 0000000..9acce64
--- /dev/null
+++ b/src/thousands/images/convert.sh
@@ -0,0 +1,4 @@
1#!/bin/sh -x
2
3cd orig
4find . -type f -name \*.ans -exec python ../../cp437utf8.py {} ../{} \;