connect to THE INTERNET with a script

This commit is contained in:
Felix Van der Jeugt 2016-02-03 08:50:07 +01:00
parent 32f384d98d
commit 6affd9a36c
1 changed files with 3 additions and 0 deletions

3
local/bin/connect Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
profile="$(netctl list | dmenu | sed 's/.* //')"
urxvtc -e sudo netctl switch-to "$profile"