Search notes:

Script: wifi-start

Execute sudo netctl stop-all followed by sudo netctl start $profile. $profile is the first argument to the script.
#!/bin/bash
if [ $# -lt 1 ]; then
  echo Need to specify profile
fi

profile=$1

sudo netctl stop-all
sudo netctl start $profile
Github repository scripts-and-utilities, path: /wifi-start

See also

Script: wlan.bat
start wifi
WLAN
Scripts

Index