git @ Cat's Eye Technologies The-Cannery / 336eaa3
There's a version 0.21 of SixtyPical actually, so update this. Chris Pressey 1 year, 4 months ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
11
22 Example of use:
33
4 docker pull catseye/sixtypical:0.20
5 docker run --user $(id -u):$(id -g) -i -t -v "${PWD}:/mnt/host" catseye/sixtypical:0.20 \
4 docker pull catseye/sixtypical:0.21
5 docker run --user $(id -u):$(id -g) -i -t -v "${PWD}:/mnt/host" catseye/sixtypical:0.21 \
66 sixtypical eg/funrun.60p -o funrun.bin
77
88 This Docker image is fairly experimental. Please don't lean on it too heavily.
00 ORGNAME=catseye
11 SOURCE=SixtyPical
22 EXENAME=sixtypical
3 VERSION=0.20
3 VERSION=0.21