1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-30 02:01:21 +00:00
morpheus/pkgs/fs
2013-09-17 10:52:57 +01:00

12 lines
113 B
Plaintext

url=git://git.2f30.org/fs
fetch() {
git clone $url src/fs
}
install() {
pushd src/fs
cp -r * $root/
popd
}