Add shell scripts
This commit is contained in:
parent
328761cd1f
commit
4b4005a61a
3 changed files with 3 additions and 0 deletions
1
backup_home.sh
Executable file
1
backup_home.sh
Executable file
|
@ -0,0 +1 @@
|
|||
rsync -rltDv --log-file=~/backup_home.log /home/marcus /run/media/marcus/Lacie-2TB/
|
1
battery.sh
Executable file
1
battery.sh
Executable file
|
@ -0,0 +1 @@
|
|||
upower -i /org/freedesktop/UPower/devices/battery_BAT0
|
1
wifi.sh
Executable file
1
wifi.sh
Executable file
|
@ -0,0 +1 @@
|
|||
sudo iwconfig wlp2s0 | grep -i --color quality
|
Loading…
Add table
Reference in a new issue