bsnes/snesfilter/sync.sh

9 lines
125 B
Bash
Executable File

synchronize() {
if [ -d ../"$1" ]; then
test -d "$1" && rm -r "$1"
cp -r ../"$1" ./"$1"
fi
}
synchronize "nall"