diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-09-08 22:36:35 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-09-08 22:36:35 +0900 |
commit | 84196f7d180a9937aee675f79534022830169121 (patch) | |
tree | bb5ea4dd023141108eb104bdefe844fceebd26ad /TC/push.sh | |
parent | 6cf8de4970660cd0ae40fa00fe49c36cb75aa2ef (diff) | |
download | secure-storage-84196f7d180a9937aee675f79534022830169121.tar.gz secure-storage-84196f7d180a9937aee675f79534022830169121.tar.bz2 secure-storage-84196f7d180a9937aee675f79534022830169121.zip |
tizen 2.3.1 releasetizen_2.3.1_releasesubmit/tizen_2.3.1/20150915.081931tizen_2.3.1
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 + + |