6 lines
179 B
Bash
Executable file
6 lines
179 B
Bash
Executable file
#!/bin/bash
|
|
# Install JetBrains Stuff
|
|
dir="${BASH_SOURCE%/*}";
|
|
softwareRoot="$dir/../../Software";
|
|
source "$dir/personal.sh";
|
|
source "$softwareRoot/JetBrains/install-toolbox.sh";
|