summaryrefslogtreecommitdiff
path: root/push.sh
blob: 2c02ff5fc9f67c2c779de3138631157862d684b6 (plain)
1
2
3
4
5
6
7
#!/bin/bash 
cd "$(dirname "$0")"
. settings.sh
 
for d in $DIRS; do
  "$ADB" push $d "$SYS"/$d
done