From 26b8c3f81569c11f029f277f61e764ab78b908d1 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 22 May 2018 09:27:53 -0700 Subject: Add gating talk --- src/gating/images/convert.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 src/gating/images/convert.sh (limited to 'src/gating/images/convert.sh') diff --git a/src/gating/images/convert.sh b/src/gating/images/convert.sh new file mode 100755 index 0000000..9acce64 --- /dev/null +++ b/src/gating/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