PortValhalla/scripts/Config/UserProfile/school.sh

7 lines
173 B
Bash
Executable file

#!/bin/bash
# Install JetBrains Stuff
pushd "${BASH_SOURCE%/*}" > /dev/null;
source "./personal.sh";
source "../../Software/JetBrains/install-toolbox.sh";
popd > /dev/null;