Loading mount_shares.sh +1 −1 Original line number Diff line number Diff line #!/bin/bash [ `grep -c "/^\/\/ecole-dc/" /etc/mtab` -gt 0 ] && exit 0 [ `grep -c '^//ecole-dc/' /etc/mtab` -gt 0 ] && exit 0 awk '/^\/\/ecole-dc/{print $2}' /etc/fstab | \ while read dest do Loading Loading
mount_shares.sh +1 −1 Original line number Diff line number Diff line #!/bin/bash [ `grep -c "/^\/\/ecole-dc/" /etc/mtab` -gt 0 ] && exit 0 [ `grep -c '^//ecole-dc/' /etc/mtab` -gt 0 ] && exit 0 awk '/^\/\/ecole-dc/{print $2}' /etc/fstab | \ while read dest do Loading