cocktailpeanut's picture
pinokio script + mac support
ac03725
raw
history blame contribute delete
107 Bytes
module.exports = {
run: [{
method: "shell.run",
params: {
message: "git pull"
}
}]
}