#!/bin/sh
FAHDIR=~/.fah
CURDIR=`pwd`
mkdir $FAHDIR
cd $FAHDIR
nice -n 20 /usr/local/share/foldingathome/FAH504-Linux.exe -freeBSD
cd $CURDIR
