dotfiles/.local/bin/scripts/nas
2023-05-09 14:02:32 +02:00

3 lines
72 B
Bash
Executable file

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