Files
chd-conversion/get-gdi-conversion.sh
Anthhony Correa 1ec0b97de1 modified: convert_to_gdi_then_to_chd.sh
new file:   docker_command.sh
	modified:   get-gdi-conversion.sh
2023-02-20 10:47:06 -06:00

10 lines
403 B
Bash

# Date: 02/20/2023
# Author: Anthony Correa
# This script will download the v1.2.0 release of gdi-conversion
# it can then be used as gdi-conversion-linux -c ./MyUser/
# https://github.com/sirconan/gdi-conversion
# Usage: $ ./get-gdi-conversion.sh
wget https://github.com/sirconan/gdi-conversion/releases/download/1.2.0/gdi-conversion-linux-v1.2.0 -O gdi-conversion-linux
chmod +x gdi-conversion-linux