#! /bin/bash # # Dice (Discrete Integrated Circuit Emulator) is an emulation engine for very # old arcade games that did not have a CPU. This emulator accurately simulates # the logic gates on the board. doas pacman --noconfirm --needed -S wine winetricks winetricks doas mkdir /opt/DICE dir=$(mktemp -d) wget https://netix.dl.sourceforge.net/project/dice/DICE/DICE%200.9/dice.0.9.win.x64.zip -O ${dir}/dice.zip doas unzip -qq ${dir}/dice.zip -d /opt/DICE doas touch /opt/DICE/dice.sh doas tee /opt/DICE/dice.sh <