Skip to content

Commit d9a4582

Browse files
committed
Added tool to update tsums_16 roles
1 parent 356ea34 commit d9a4582

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cp_tsum16.sh

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/bash
2+
set -ex
3+
from_dir=scripts/com.r2studio.Tsum/tsums_16
4+
to_dir=/sdcard/Robotmon/scripts/com.twpda.Tsum/tsums_16
5+
adb shell "rm -rf $to_dir"
6+
adb shell "mkdir -p $to_dir"
7+
cd "$from_dir"
8+
adb push *.png "$to_dir"
9+
echo Done
10+
# vim:et sw=2 ts=2 ai nocp sta
11+

0 commit comments

Comments
 (0)