connect to THE INTERNET with a script
This commit is contained in:
parent
32f384d98d
commit
6affd9a36c
3
local/bin/connect
Executable file
3
local/bin/connect
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
profile="$(netctl list | dmenu | sed 's/.* //')"
|
||||
urxvtc -e sudo netctl switch-to "$profile"
|
Loading…
Reference in New Issue
Block a user