mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 05:24:56 +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
|