From: equilet <2237372+equilet@users.noreply.github.com> Date: Sun, 30 Apr 2023 20:12:44 +0000 (-0700) Subject: adding publishing tool X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=1cce2b2ef7e122e8bd45593ebcda6310cd83ec2f;p=ocular-scores-tdv4.git adding publishing tool --- diff --git a/publish.sh b/publish.sh new file mode 100755 index 0000000..1353221 --- /dev/null +++ b/publish.sh @@ -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