1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 09:08:33 +00:00
morpheus/pkgs/fs

12 lines
130 B
Plaintext

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