mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 04:14:58 +00:00
6 lines
126 B
Bash
6 lines
126 B
Bash
|
#/bin/sh
|
||
|
cd /home/bruno/Apps/linuxShortcuts/Services/
|
||
|
source ./enableDongleWifi.sh
|
||
|
source ./afterWakeUp.sh
|
||
|
source ./fixDNS.sh
|