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