1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-27 14:08:35 +00:00
morpheus/build

10 lines
51 B
Plaintext
Raw Normal View History

2013-09-06 07:40:52 +00:00
#!/bin/sh
2013-09-05 10:59:49 +00:00
2013-09-06 08:31:51 +00:00
. $1
(
fetch
unpack
build
install
)