summarylogtreecommitdiffstats
path: root/ltspice.sh
blob: f37e408da8fd84567b655958290d22eaa80b7c99 (plain)
1
2
3
4
5
6
7
#!/bin/bash
unset WINEPREFIX
if [ ! -d "$HOME"/.ltspice ] ; then
   mkdir -p "$HOME"/.ltspice
   touch "$HOME"/.ltspice/LTspiceXVII.ini
fi
wine /usr/share/ltspice/XVIIx64 -ini "$HOME"/.ltspice/LTspiceXVII.ini "$@"