Skip to content

Instantly share code, notes, and snippets.

@dan-r95
Last active August 20, 2020 05:41
Show Gist options
  • Save dan-r95/ccf4521cae8973a3fbf4361df8379323 to your computer and use it in GitHub Desktop.
Save dan-r95/ccf4521cae8973a3fbf4361df8379323 to your computer and use it in GitHub Desktop.
Automatically turn on ubuntu wifi hotspot
#!/bin/bash
nmcli connection up Hotspot
# run with:
# crontab -e
# insert this line
# @reboot /home/user/test.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment