Review of "Kill Port" version 3

Details Page Preview

Extension to easly kill all process on port


No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
4 Active
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
Just change `var [ok, out, err, exit] = GLib.spawn_command_line_sync('fuser -k '+entry.get_text()+'/tcp');` to `var [ok, out, err, exit] = GLib.spawn_command_line_sync('fuser -k '+numberFromText+'/tcp');` and your extensions will get approved. Thanks.