Files
ascii-image-converter/img2a
T
2022-12-22 23:01:09 -07:00

8 lines
123 B
Bash
Executable File

#!/bin/sh
# Build command
# docker build . -t gwhc/img2a
P=`realpath $PWD`
docker run --rm -it -v $P:/data gwhc/img2a $*