7 lines
172 B
Bash
Executable file
7 lines
172 B
Bash
Executable file
script_full_path=$(dirname "$0")
|
|
|
|
source $script_full_path/sevices.sh
|
|
source $script_full_path/aur.sh
|
|
source $script_full_path/rustup.sh
|
|
source $script_full_path/ghcup.sh
|
|
|