1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-25 23:28:34 +00:00
morpheus/build

10 lines
51 B
Bash
Executable File

#!/bin/sh
. $1
(
fetch
unpack
build
install
)