mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
name change to remind what script is doing
This commit is contained in:
parent
b4d5130588
commit
4279457471
2 changed files with 4 additions and 3 deletions
4
xwords4/android/scripts/fetch-db-from-sdcard.sh
Executable file
4
xwords4/android/scripts/fetch-db-from-sdcard.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "pulling xwdb from /sdcard (not /data/data/org.eehouse.android.xw4/databases)"
|
||||
adb pull /sdcard/xwdb .
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
adb pull /sdcard/xwdb .
|
Loading…
Add table
Reference in a new issue