Try to fix mising backslash
All checks were successful
/ test (push) Successful in 22s
All checks were successful
/ test (push) Successful in 22s
This commit is contained in:
parent
e787514fc5
commit
d870b808cb
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue