mountall 68 B

123
  1. #!/bin/bash
  2. for i in /home/dp/hdd*; do mount $i 2> /dev/null; done