dotfiles/.local/bin/scripts/nas

4 lines
72 B
Plaintext
Raw Normal View History

2023-05-09 12:02:32 +00:00
#!/bin/sh -e
cd /mnt/nas
find -mindepth 1 -maxdepth 1 -exec mount {} \;