This commit is contained in:
RealStickman 2020-11-17 21:22:06 +01:00
parent f0965c8a39
commit 458d5b4fac
5 changed files with 10 additions and 0 deletions

View File

@ -149,3 +149,5 @@ echo Launching new shell!
#new shell to reload .bashrc and fish config #new shell to reload .bashrc and fish config
exec bash exec bash
exit 0

View File

@ -56,3 +56,5 @@ fi
cd "$HOME/GitProjects/website" cd "$HOME/GitProjects/website"
git fetch --all git fetch --all
git pull git pull
exit 0

View File

@ -9,3 +9,5 @@ for g in /sys/kernel/iommu_groups/*; do
echo -e "\t$(lspci -nns ${d##*/})" echo -e "\t$(lspci -nns ${d##*/})"
done; done;
done; done;
exit 0

View File

@ -4,3 +4,5 @@ set -euo pipefail
# redetects PulseAudio outputs # redetects PulseAudio outputs
pacmd unload-module module-udev-detect && pacmd load-module module-udev-detect pacmd unload-module module-udev-detect && pacmd load-module module-udev-detect
exit 0

View File

@ -7,3 +7,5 @@ pacmd unload-module module-udev-detect && pacmd load-module module-udev-detect
# Git pull # Git pull
bash "$HOME/scripts/git-pull.sh" bash "$HOME/scripts/git-pull.sh"
exit 0