#!/bin/sh

userparsecrc=$HOME/.parsecrc

cp -f $userparsecrc /tmp/parsecrc.con 2> /dev/null

cd /usr/games/parsec/

./launcher

mv -f /tmp/parsecrc.con $userparsecrc 2> /dev/null


