hamnet70/doc/docker/test.sh

9 lines
163 B
Bash
Raw Normal View History

2024-08-27 20:58:59 +02:00
#!/bin/sh
if [ -z "$1" ]; then
echo "usage: $0 <tag-version>"
exit 1
fi
docker run -v $(realpath ..):/doc -it git.tkolb.de/amateurfunk/hamnet70/asciidoctor:$1