lo-tech version
corz.org text viewer..
[currently viewing: /
public
/
linux
/
usr
/
local
/
bin
/
mountall.sh - raw
]
click
here
for plain text
click
here
for more groovy stuff like this
#!/bin/sh
# mount all samba shares..
/etc/rc.d/rc.shares mount
# rc.shares contains all the actual code, these days
# but we keep this command here, so it's in the PATH
## ftp symlinks.. [cool technique]
#mount --bind /mnt/arc/movies /home/rose/movies\ archive
#mount --bind /mnt/arc/music /home/rose/music