#!/bin/sh
set -e

base64 -d a.jpg.txt > a.jpg
#convert -size 1x1 xc:black a.png #or none for transparent

cd osrc
${RUN__SHELL} ./a
