-
Notifications
You must be signed in to change notification settings - Fork 35
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
Write wifi-ssid script. #1
Labels
Comments
hey, @umeshSinghVerma I would like to work on this issue kindly assign this issue to me. |
satyajit1206
added a commit
to satyajit1206/bash-practice-repo-24
that referenced
this issue
Mar 15, 2024
I have written a simple Bash script that can be used on a macOS system to extract the SSID (Wi-Fi username) of the currently connected Wi-Fi network. This script utilises the airport utility that is included with macOS but is located within a framework, so its path is a bit lengthy.
Closed
Karanagarwal12
added a commit
to Karanagarwal12/bash-practice-repo-24
that referenced
this issue
Mar 16, 2024
Karanagarwal12
added a commit
to Karanagarwal12/bash-practice-repo-24
that referenced
this issue
Mar 16, 2024
hi @mrkeshav-05 I appreciate your enthusiasm, but as you can see this is an open for all issue, what it simply means is anyone can come and make a PR on that before getting it assigned! So, I will say all the best and go ahead with your implementation/PRs if you haven't done it yet! |
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Extract the wifi username (SSID) of currently connected wifi network in your laptop/pc.
You can refer to "iw dev wlan0 link" command output for this.
After writing script send a PR mentioning this issue by putting "#" in your PR (optionally also in the commit).
The text was updated successfully, but these errors were encountered: