This repo holds moste of my random small scripts, configs, paws(blobs)
Find a file
2023-12-20 21:36:34 +01:00
Configs/Cura/Materials Add: Clas Ohlsson's PLA Cura Material Config 2023-09-10 21:45:11 +02:00
Docs/img Add: documentation for 24-bit-color.sh 2023-09-07 22:04:52 +02:00
PythonScripts Add: Code comments 2023-12-20 21:36:34 +01:00
ShellScripts Add: documentation 2023-09-08 10:20:11 +02:00
LICENSE Initial commit 2023-05-11 14:54:10 +02:00
README.md Fix: README.md styling 2023-10-08 15:27:50 +02:00

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

ShellScripts

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.