UNPKG

arvis-fkill

Version:

Arvis workflow to fabulously search and kill processes

7 lines (5 loc) 103 B
'use strict'; const fkill = require('fkill'); fkill(parseInt(process.argv[2], 10), { force: true });