diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-02-01 13:29:26 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-02-01 13:29:26 +0900 |
commit | 9f1a52ffa979b6e717e34a9ce9aac8ea6940b992 (patch) | |
tree | b883fb1faa3a5bd054b15cadb8b903ceb32451ed /TC/push.sh | |
parent | 98203858ee1940a40b55a021b46d0b9bc12e8413 (diff) | |
download | bluetooth-tizen_2.3.tar.gz bluetooth-tizen_2.3.tar.bz2 bluetooth-tizen_2.3.zip |
tizen 2.3 releasetizen_2.3_releasesubmit/tizen_2.3/20150202.060738tizen_2.3
Diffstat (limited to 'TC/push.sh')
-rwxr-xr-x | TC/push.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TC/push.sh b/TC/push.sh new file mode 100755 index 0000000..5eb9510 --- /dev/null +++ b/TC/push.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +. ./config + +TC_PATH=/opt/home/$PKG_NAME + +echo $TC_PATH + +sdb shell "mkdir -p $TC_PATH" + +sdb push . $TC_PATH + + |