Files
ascii-image-converter/img2a
T

8 lines
123 B
Bash
Raw Normal View History

2022-12-22 23:01:09 -07:00
#!/bin/sh
# Build command
# docker build . -t gwhc/img2a
P=`realpath $PWD`
docker run --rm -it -v $P:/data gwhc/img2a $*