PortValhalla/scripts/Software/git/install.sh

6 lines
84 B
Bash
Raw Normal View History

2023-03-16 17:48:13 +00:00
#!/bin/bash
pushd "${BASH_SOURCE%/*}";
source "./flow.sh";
2023-03-16 17:48:18 +00:00
source "./lfs.sh";
2023-03-16 17:48:13 +00:00
popd;