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
a48b49d8
Commit
a48b49d8
authored
Apr 01, 2019
by
Philippe Veber
Browse files
debug: added evince
parent
2043db3e
Changes
1
Hide 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 @
a48b49d8
...
...
@@ -29,6 +29,10 @@ let firefox w =
Sys
.
command
(
sprintf
"firefox %s"
(
path
w
))
|>
ignore
let
evince
w
=
Sys
.
command
(
sprintf
"evince %s"
(
path
w
))
|>
ignore
let
workflow_of_template
t
=
let
open
Bistro
.
Shell_dsl
in
Workflow
.
shell
[
...
...
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