Files
flux-webui/update.js
gepeto c6151a15ca init
2024-08-06 02:32:51 -04:00

9 lines
107 B
JavaScript

module.exports = {
run: [{
method: "shell.run",
params: {
message: "git pull"
}
}]
}