Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
96b20986
Commit
96b20986
authored
Jul 21, 2017
by
Maxime Perrotin
Browse files
Test tty output properly
parent
d573eadf
Changes
9
Hide whitespace changes
Inline
Side-by-side
dmt
@
68130ef2
Compare
3447567e
...
68130ef2
Subproject commit
3447567edf767b0852fca6abfd5247a95ce71e40
Subproject commit
68130ef23bb01c89a99c759189acc66a225dd45e
misc/helper-scripts/taste-create-acn-model
View file @
96b20986
...
...
@@ -2,7 +2,7 @@
# TASTE ACN File creator
if
[
-t
0
]
;
then
if
[
-t
1
]
;
then
COLORON
=
"
\e
[1m
\e
[32m"
REDCOLORON
=
"
\e
[1m
\e
[31m"
COLOROFF
=
"
\e
[0m"
...
...
misc/helper-scripts/taste-create-data-view
View file @
96b20986
...
...
@@ -2,7 +2,7 @@
# TASTE Dataview Editor
if
[
-t
0
]
;
then
if
[
-t
1
]
;
then
COLORON
=
"
\e
[1m
\e
[32m"
REDCOLORON
=
"
\e
[1m
\e
[31m"
COLOROFF
=
"
\e
[0m"
...
...
misc/helper-scripts/taste-create-msc
View file @
96b20986
...
...
@@ -3,7 +3,7 @@
# TASTE MSC Editor
# Create a new MSC file for a given Provided interface of a function
if
[
-t
0
]
;
then
if
[
-t
1
]
;
then
COLORON
=
"
\e
[1m
\e
[32m"
REDCOLORON
=
"
\e
[1m
\e
[31m"
COLOROFF
=
"
\e
[0m"
...
...
misc/helper-scripts/taste-create-project
View file @
96b20986
#!/bin/bash -e
echo
'TASTE Project Creator'
if
[
-t
0
]
;
then
if
[
-t
1
]
;
then
COLORON
=
"
\e
[1m
\e
[32m"
REDCOLORON
=
"
\e
[1m
\e
[31m"
COLOROFF
=
"
\e
[0m"
...
...
misc/helper-scripts/taste-edit-msc
View file @
96b20986
...
...
@@ -3,7 +3,7 @@
# TASTE MSC Editor
# Edit a MSC file
if
[
-t
0
]
;
then
if
[
-t
1
]
;
then
COLORON
=
"
\e
[1m
\e
[32m"
REDCOLORON
=
"
\e
[1m
\e
[31m"
COLOROFF
=
"
\e
[0m"
...
...
misc/helper-scripts/taste-edit-project
View file @
96b20986
#!/bin/bash
if
[
-t
0
]
if
[
-t
1
]
then
COLORON
=
"
\e
[1m
\e
[32m"
REDCOLORON
=
"
\e
[1m
\e
[31m"
...
...
misc/helper-scripts/taste-update-data-view
View file @
96b20986
...
...
@@ -2,7 +2,7 @@
echo
TASTE Data View Convertor - From ASN.1 to AADLV2
if
[
-t
0
]
;
then
if
[
-t
1
]
;
then
COLORON
=
"
\e
[1m
\e
[32m"
REDCOLORON
=
"
\e
[1m
\e
[31m"
COLOROFF
=
"
\e
[0m"
...
...
opengeode
@
fd9a3fdc
Compare
9f52f615
...
fd9a3fdc
Subproject commit
9f52f61506a7a8847219876a6b0eb845e2371f7c
Subproject commit
fd9a3fdc9c438c9e9b6ac2332c0e74fd5fd08021
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment