mirror of
https://github.com/kevinveenbirkenbach/analyze-script-collection.git
synced 2024-11-22 04:31:08 +01:00
Made script indepentend from framework
This commit is contained in:
parent
0850d14a3d
commit
ac44805a49
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
# @author Kevin Veen-Birkenbach
|
||||
# shellcheck source=/dev/null # Deactivate SC1090
|
||||
info "Checking relevant home folders for duplicated files..."
|
||||
echo "Checking relevant home folders for duplicated files..."
|
||||
fdupes -r "$HOME/Documents/" "$HOME/Downloads/" "$HOME/Images/" "$HOME/Desktop/" "$HOME/Music/" "$HOME/Pictures/" "$HOME/Videos"
|
||||
|
@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
# @author Kevin Veen-Birkenbach
|
||||
# shellcheck source=/dev/null # Deactivate SC1090
|
||||
source "$(dirname "$(readlink -f "${0}")")/../../base.sh" || (echo "Loading base.sh failed." && exit 1)
|
||||
info "Showing the installed Java versions..." &&
|
||||
echo "Showing the installed Java versions..." &&
|
||||
archlinux-java status
|
||||
|
@ -1,5 +1,4 @@
|
||||
#!/bin/bash
|
||||
# @author Kevin Veen-Birkenbach
|
||||
# shellcheck source=/dev/null # Deactivate SC1090
|
||||
source "$(dirname "$(readlink -f "${0}")")/../../base.sh" || (echo "Loading base.sh failed." && exit 1)
|
||||
info "Linux-Kernel: $(uname -r)"
|
||||
echo "Linux-Kernel: $(uname -r)"
|
||||
|
Loading…
Reference in New Issue
Block a user