summaryrefslogtreecommitdiff
path: root/TC/push.sh
diff options
context:
space:
mode:
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
+
+