UNPKG

ice.fo.utils

Version:

6 lines (4 loc) 141 B
const { execSync } = require('child_process'); module.exports = function pullLatest() { return execSync('git pull').toString().trim(); };