-
Notifications
You must be signed in to change notification settings - Fork 16
Add Timer & kill #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Hi Oleku, thanks very much for your efforts
So, if you were open to submitting a separate pull request with just the time command, and without the 'cmd /c' part, then we'd be in business (with some caveats: I'll still call it 'time' for consistency - Windows users would need to call 'some time', and I'll change the import paths to my repo). Sorry but I need to keep things consistent. All good? |
I would see what i can do ... just be travail making it cross platform
We can achieve the same function with
you are right if multiple process has the same name it would kill all the process
Noted
There is no other way that i know off that works on windows |
Maybe 'wrapped' commands should belong inside 'otherutils' - I guess there On Tue, Mar 4, 2014 at 9:52 PM, Oleku Konko [email protected]:
|
Implemented
time
andkill
, due to name conflict on windows i named ittimer
timer
(same as time on unix to time how load a proves takeseg.
timer curl http://google.com
kill
- simple way to kill system process based ontaskkill
(I can send a pull request on this if you want)eg.