From 4b4005a61aeb80afe5d76b4c32cb2e35c3b2123d Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@users.noreply.gitlab.com> Date: Fri, 19 Jun 2020 16:56:32 +0200 Subject: [PATCH] Add shell scripts --- backup_home.sh | 1 + battery.sh | 1 + wifi.sh | 1 + 3 files changed, 3 insertions(+) create mode 100755 backup_home.sh create mode 100755 battery.sh create mode 100755 wifi.sh diff --git a/backup_home.sh b/backup_home.sh new file mode 100755 index 00000000..a5b5793e --- /dev/null +++ b/backup_home.sh @@ -0,0 +1 @@ +rsync -rltDv --log-file=~/backup_home.log /home/marcus /run/media/marcus/Lacie-2TB/ diff --git a/battery.sh b/battery.sh new file mode 100755 index 00000000..0f751b00 --- /dev/null +++ b/battery.sh @@ -0,0 +1 @@ +upower -i /org/freedesktop/UPower/devices/battery_BAT0 diff --git a/wifi.sh b/wifi.sh new file mode 100755 index 00000000..f1081d6c --- /dev/null +++ b/wifi.sh @@ -0,0 +1 @@ +sudo iwconfig wlp2s0 | grep -i --color quality