dotfiles/.local/bin/scripts/nas

4 lines
69 B
Plaintext
Raw Normal View History

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