PortValhalla/scripts/Software/git/install.sh

6 lines
108 B
Bash
Executable file

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