brendotools-wallman/wplist

6 lines
183 B
Bash
Executable File

#!/bin/bash
# collates a list of wallpapers available on a samba share.
SHARE_USER="brendo"
ls /home/$SHARE_USER/Wallpapers > ../wp.list
echo "list collated, cleaning up and closing"