leewheel's picture
Massive sync batch 1
a57c95d verified
raw
history blame contribute delete
115 Bytes
module.exports = {
run: [{
method: "shell.run",
params: {
message: "git pull"
}
}]
}