From a1eb511e073f8461c6520ae7a1b52813ecc8e636 Mon Sep 17 00:00:00 2001
From: apvrille <ludovic.apvrille@eurecom.fr>
Date: Fri, 18 Oct 2019 12:55:23 +0200
Subject: [PATCH] Adding cli scripts

---
 doc/cli/scriptOpenModel | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 doc/cli/scriptOpenModel

diff --git a/doc/cli/scriptOpenModel b/doc/cli/scriptOpenModel
new file mode 100644
index 0000000000..3b0442b45f
--- /dev/null
+++ b/doc/cli/scriptOpenModel
@@ -0,0 +1,9 @@
+set model ./../modeling/AVATAR/PressureController.xml
+#print The model to be opened is: $model
+action start
+wait 2
+action open $model
+wait 10
+action checksyntax
+print tabs
+action quit
\ No newline at end of file
-- 
GitLab