PortValhalla/scripts/Config/UserProfile/school.sh

7 lines
149 B
Bash
Raw Normal View History

#!/bin/bash
# Install JetBrains Stuff
2023-03-16 19:06:14 +00:00
pushd "${BASH_SOURCE%/*}";
source "./personal.sh";
source "../../Software/JetBrains/install-toolbox.sh";
popd;