]> git.dabkitsch.com - ocular-scores-tdv4.git/commitdiff
adding publishing tool
authorequilet <2237372+equilet@users.noreply.github.com>
Sun, 30 Apr 2023 20:12:44 +0000 (13:12 -0700)
committerequilet <2237372+equilet@users.noreply.github.com>
Sun, 30 Apr 2023 20:12:44 +0000 (13:12 -0700)
publish.sh [new file with mode: 0755]

diff --git a/publish.sh b/publish.sh
new file mode 100755 (executable)
index 0000000..1353221
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+copyfolder=~/Desktop/linda_td_publish
+datenow=`date +"%Y_%m_%d"`
+
+if [ ! -d $copyfolder ]; then
+       mkdir $copyfolder
+fi
+       
+rm -rf $copyfolder/*
+
+#studio
+cp OcSco_V4.toe ${copyfolder}/${datenow}_OcSco_V4_s.toe
+#performance
+cp OcSco_V4.toe ${copyfolder}/${datenow}_OcSco_V4_p.toe
+
+open $copyfolder