4 lines
72 B
Plaintext
4 lines
72 B
Plaintext
|
#!/bin/sh -e
|
||
|
cd /mnt/nas
|
||
|
find -mindepth 1 -maxdepth 1 -exec mount {} \;
|