From ac692c16378fb9ff1d58f7b9505563c4b4b4d641 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 21 Apr 2018 02:12:19 +0200 Subject: Add thousands of projects talk --- src/thousands/images/convert.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 src/thousands/images/convert.sh (limited to 'src/thousands/images/convert.sh') 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 @@ +#!/bin/sh -x + +cd orig +find . -type f -name \*.ans -exec python ../../cp437utf8.py {} ../{} \; -- cgit v1.2.3