Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
2dc1c773
Commit
2dc1c773
authored
Jul 15, 2019
by
LANORE Vincent
Browse files
Added seaview debug command
parent
54cdad06
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lib/debug.ml
lib/debug.ml
+4
-0
No files found.
lib/debug.ml
View file @
2dc1c773
...
...
@@ -32,6 +32,10 @@ let firefox w =
Sys
.
command
(
sprintf
"firefox %s"
(
path
w
))
|>
ignore
let
seaview
w
=
Sys
.
command
(
sprintf
"seaview %s"
(
path
w
))
|>
ignore
let
evince
w
=
Sys
.
command
(
sprintf
"evince %s"
(
path
w
))
|>
ignore
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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