PortValhalla/scripts/Software/git/install.sh
2023-03-16 18:48:18 +01:00

6 lines
84 B
Bash
Executable file

#!/bin/bash
pushd "${BASH_SOURCE%/*}";
source "./flow.sh";
source "./lfs.sh";
popd;