connect to THE INTERNET with a script
This commit is contained in:
parent
32f384d98d
commit
6affd9a36c
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue