brendotools-wallman/wplist

6 lines
183 B
Plaintext
Raw Permalink Normal View History

2021-08-21 01:56:26 +00:00
#!/bin/bash
# collates a list of wallpapers available on a samba share.
SHARE_USER="brendo"
ls /home/$SHARE_USER/Wallpapers > ../wp.list
2021-08-21 01:56:26 +00:00
echo "list collated, cleaning up and closing"