-
Notifications
You must be signed in to change notification settings - Fork 198
Add tcp_conn.sh script #38
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
Please strip the file extension. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase this against master, we now have some shell linting available.
tcp_conn: exposes the number of established TCP connections Signed-off-by: Badreddin <[email protected]>
# Author: Badreddin Aboubakr <[email protected]> | ||
# Daniel Swarbrick <[email protected]> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Outdated domain name
# Author: Badreddin Aboubakr <badreddin.aboubakr@cloud.ionos.com> | |
# Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com> | |
# Author: Badreddin Aboubakr <[email protected]> | |
# Daniel Swarbrick <[email protected]> |
@@ -0,0 +1,66 @@ | |||
#!/bin/sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're trying to standardize on /usr/bin/env ...
shebangs for better portability.
#!/bin/sh | |
#!/usr/bin/env sh |
tcp_conn.sh: exposes the number of established TCP connections