dotfiles/.local/bin/scripts/nas
2023-11-07 10:56:27 +01:00

3 lines
69 B
Bash
Executable file

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