mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
5 lines
119 B
Bash
5 lines
119 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "pulling xwdb from /sdcard (not /data/data/org.eehouse.android.xw4/databases)"
|
||
|
adb pull /sdcard/xwdb .
|