Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
projet
VPLPP
Commits
ece9f979
Commit
ece9f979
authored
Nov 05, 2020
by
Guillaume Huard
Browse files
Added other services
parent
0ff3f684
Changes
1
Hide whitespace changes
Inline
Side-by-side
push.pl
View file @
ece9f979
...
...
@@ -60,7 +60,10 @@ my %handlers = (
'
save_execution_files
'
=>
\
&save
,
'
get_setting
'
=>
\
&get_setting
,
'
set_setting
'
=>
\
&set_setting
,
'
info
'
=>
\
&void
'
open
'
=>
\
&void
,
'
evaluate
'
=>
\
&void
,
'
get_result
'
=>
\
&void
,
'
info
'
=>
\
&void
);
my
@commands
=
keys
(
%handlers
);
...
...
@@ -77,6 +80,7 @@ Pushes data to caseine, where :
- filenames for save commands
- a setting name for get_setting
- an assignment of the form name=value for set_setting
- nothing for the other ones
END
exit
(
0
);
}
...
...
Write
Preview
Supports
Markdown
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