Initial Commit

This commit is contained in:
2022-12-22 23:01:09 -07:00
commit 6f9dcd6f0c
6 changed files with 33 additions and 0 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
# Build command
# docker build . -t gwhc/img2a
P=`realpath $PWD`
docker run --rm -it -v $P:/data gwhc/img2a $*