static L<Int> os_killAll(S pattern, O... _) { ret isWindows() ? windows_killAll(pattern, _) : unix_killAll(pattern, _); } static L<Int> os_killAll(F1<S, Bool> f, O... _) { ret isWindows() ? windows_killAll(f, _) : unix_killAll(f, _); }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1009629 |
Snippet name: | os_killAll |
Eternal ID of this version: | #1009629/5 |
Text MD5: | 40e818f529a838c536c4a0769af49025 |
Author: | stefan |
Category: | javax / os |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-05-15 17:31:05 |
Source code size: | 246 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 603 / 637 |
Version history: | 4 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |