1 Extractors
Luca Matteo Spoljarevic edited this page 2026-02-22 01:08:20 +01:00

IMPORTANT!#

Explained scripts will not recieve more developments since I converted them to Ansible Playbooks. Please visit the Ansible Repository here.

It's currently only availabe in the development branch under Bash-Scripts to Ansible.

Extractors

osImageExtractor

This script just saves time writing the commands by hand. mkdir -p creates the folder where we want to save the wallpaperss. The -p just tells him to create every folder if for example the second one doesn't exist yet.

cp first points to every file inside the backgrounds folder the OS uses for our wallpapers.

echo just prints some text. A little thank you message and information on where the wallpapers are saved.

ls shows you every file that was saved in our folder.