mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
6 lines
71 B
Bash
Executable file
6 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
|
|
WD=$(dirname $0)
|
|
|
|
$WD/uninstall.sh $*
|
|
$WD/adb-install.sh $*
|