mirror of
https://github.com/aborelis/ASN-Label-Generator.git
synced 2026-03-14 08:33:28 +00:00
4 lines
No EOL
115 B
Bash
Executable file
4 lines
No EOL
115 B
Bash
Executable file
#!/bin/bash
|
|
|
|
path="$1"; shift
|
|
docker run --rm -v $path:/out ghcr.io/aborelis/asn-gen:latest ./asn-gen.py $@ /out/ |