mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
4 lines
119 B
Bash
Executable file
4 lines
119 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "pulling xwdb from /sdcard (not /data/data/org.eehouse.android.xw4/databases)"
|
|
adb pull /sdcard/xwdb .
|