added kde more keybinds
This commit is contained in:
3
scripts/getIp.sh
Executable file
3
scripts/getIp.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
ip=$(ip a show wlan0 | sed -n 's/inet \([0-9.]*\..*\)\/.*/\1 /p' | tr -d ' ')
|
||||
echo $ip
|
||||
Reference in New Issue
Block a user