PortValhalla/scripts/Software/git/install.sh

6 lines
108 B
Bash
Raw Normal View History

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