Paws/README.md
Aroy-Art e787514fc5
All checks were successful
/ test (push) Successful in 17s
Update README.md & Fix #2
2024-03-06 15:46:44 +01:00

1.5 KiB
Raw Blame History

Paws

This repo holds most of my random small scripts, configs, paws(blobs)


Contents


Configs

Cura

Materials

Clas Ohlsson's PLA

The material config file for Clas Ohlsson's PLA Materials

Python Scripts

rename_backslash.py

A script to replace backslashes() with in filenames within a directory and its sub-directories.

Shell Scripts

This folder has a loot of diffrent shell scripts for everything from automating stuff to toys.

24-bit-color.sh

This script echoes a bunch of 24-bit color codes to the terminal to demonstrate its functionality and test color support of terminals.
An image showing four lines the first is fading black to red, second black to green, third black to blue, and the last is all rainbow colours


rsync-incremental-backups.sh

This script performs incremental backups of the specified source directory using rsync, and it keeps a symbolic link called 'latest' pointing to the most recent backup for easy reference. The script also logs backup details in a log file with a timestamp. Make sure to replace <input folder> and <output folder> with your actual source and backup directories.