Try to fix mising backslash
All checks were successful
/ test (push) Successful in 22s

This commit is contained in:
Aroy-Art 2024-03-07 21:35:11 +01:00
parent e787514fc5
commit d870b808cb
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -9,12 +9,12 @@ This repo holds most of my random small scripts, configs, paws(blobs)
* [Configs](#configs)
* [Cura](#cura)
* [Materials](#materials)
* [Clas Ohlsson's PLA](#clas-ohlssons-pla)
* [Python Scripts](#pythonscripts)
* [rename_backslash.py](#rename_backslash.py)
* [Shell Scripts](#shellscripts)
* [24-bit-color.sh](#24-bit-colorsh)
* [rsync-incremental-backups.sh](#rsync-incremental-backupssh)
* [Clas Ohlsson's PLA](#clas-ohlsson-s-pla)
* [Python Scripts](#python-scripts)
* [rename_backslash.py](#rename_backslash-py)
* [Shell Scripts](#shell-scripts)
* [24-bit-color.sh](#24-bit-color-sh)
* [rsync-incremental-backups.sh](#rsync-incremental-backups-sh)
---
@ -32,7 +32,7 @@ The material config file for Clas Ohlsson's PLA Materials
### rename_backslash.py
A script to replace backslashes(\) with in filenames within a directory and its sub-directories.
A script to replace backslashes(\\) with in filenames within a directory and its sub-directories.
## Shell Scripts