summaryrefslogtreecommitdiff
path: root/TC/push.sh
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-02-01 13:29:26 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-02-01 13:29:26 +0900
commit9f1a52ffa979b6e717e34a9ce9aac8ea6940b992 (patch)
treeb883fb1faa3a5bd054b15cadb8b903ceb32451ed /TC/push.sh
parent98203858ee1940a40b55a021b46d0b9bc12e8413 (diff)
downloadbluetooth-tizen_2.3.tar.gz
bluetooth-tizen_2.3.tar.bz2
bluetooth-tizen_2.3.zip
Diffstat (limited to 'TC/push.sh')
-rwxr-xr-xTC/push.sh13
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
+
+