mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
new script to uninstall then install
This commit is contained in:
parent
742a94783f
commit
0c30dd6bf4
1 changed files with 6 additions and 0 deletions
6
xwords4/android/scripts/reinstall-all.sh
Executable file
6
xwords4/android/scripts/reinstall-all.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
WD=$(dirname $0)
|
||||
|
||||
$WD/uninstall.sh $*
|
||||
$WD/install-all.sh $*
|
Loading…
Reference in a new issue