Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thorsummoner
ttt_terrorcon
Commits
4eb4c53f
Commit
4eb4c53f
authored
Sep 19, 2021
by
dylan grafmyre
Browse files
a shitty pgrep for windows
parent
64cab389
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/winpgrep
0 → 100644
View file @
4eb4c53f
#!/bin/sh
tasklist |
grep
"
$1
"
\
|
sed
-re
's,^\S\S* *([0-9][0-9]*).*$,\1,'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment