diff options
author | Kyle Kaminski <kyle@xenomedia.com> | 2014-08-27 18:40:08 -0500 |
---|---|---|
committer | Kyle Kaminski <kyle@xenomedia.com> | 2014-08-27 18:40:08 -0500 |
commit | 5be4eff6bf8739ce613921886c3dddb4088d03fb (patch) | |
tree | eda6de2f59346444bd68e3001b53d5265e77bf75 /systemd-local-cmds/usr/bin | |
parent | 6ae7ecf02379eac1d159858c20654b4956a097d7 (diff) | |
download | configs-5be4eff6bf8739ce613921886c3dddb4088d03fb.tar.gz configs-5be4eff6bf8739ce613921886c3dddb4088d03fb.tar.bz2 configs-5be4eff6bf8739ce613921886c3dddb4088d03fb.zip |
document LAMP stack on archlinux fused to macosx's partition
Diffstat (limited to 'systemd-local-cmds/usr/bin')
-rwxr-xr-x | systemd-local-cmds/usr/bin/local.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/systemd-local-cmds/usr/bin/local.sh b/systemd-local-cmds/usr/bin/local.sh new file mode 100755 index 0000000..84941b9 --- /dev/null +++ b/systemd-local-cmds/usr/bin/local.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +/usr/bin/bindfs --map=502/1000:@20/@100,@70/@33 /mnt/mac /mnt/mac-bind + |