mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
7 lines
71 B
Bash
7 lines
71 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
WD=$(dirname $0)
|
||
|
|
||
|
$WD/uninstall.sh $*
|
||
|
$WD/install-all.sh $*
|