dotfiles/.local/bin/scripts/nas

4 lines
69 B
Bash
Executable File

#!/bin/sh
cd /mnt/nas
find -mindepth 1 -maxdepth 1 -exec mount {} \;