This commit is contained in:
2022-07-27 13:40:36 +02:00
commit 678c4b3119
5 changed files with 8511 additions and 0 deletions

13
rebuild.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
cd /home/mihajlo/external-projects/allan/datacontroller/client
npm run build
cd /home/mihajlo/external-projects/allan/datacontroller/sas
sasjs c -t sas9
rm -rf sasjsbuild/tests
sasjs b -t sas9
cp sasjsbuild/mysas9deploy.sas /home/mihajlo/external-projects/allan/4gl/tmp/runme.sas
cd /home/mihajlo/external-projects/allan/4gl/tmp
git add .
git commit -m "update"
git push