From 0957fe1083bdd62a7bf4ec1324d0cd1c66c77d9c Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Fri, 22 Mar 2024 23:36:49 +0100 Subject: [PATCH] Add: run command info to rename_backslash.py --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 404a530..560d91d 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,18 @@ The material config file for Clas Ohlsson's PLA Materials A script to replace backslashes(\\) with ⧹ in filenames within a directory and its sub-directories. +Run with ether of the commands below and replace `` your actual path to the folder where the files are located that you want to rename. + +```Bash +python PythonScripts/rename_backslash.py +``` + +or + +```Bash +PythonScripts/rename_backslash.py +``` + ## Shell Scripts This folder has a loot of different shell scripts for everything from automating stuff to toys.