File tms of Package TuxMathScrabble
#!/bin/bash # startup file for TuxMathScrabble if [ ! -f "$HOME/.tms_config" ]; then test -f "$HOME/.config/TuxMathScrabble/config" && cp "$HOME/.config/TuxMathScrabble/config" "$HOME/.tms_config" fi /usr/bin/TuxMathScrabble -wx "$*"