4 lines
168 B
Bash
Executable file
4 lines
168 B
Bash
Executable file
script_full_path="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
|
|
|
source "$script_full_path"/pacman.sh
|
|
source "$script_full_path"/chaotic-aur.sh
|