diff options
Diffstat (limited to 'README.mdown')
| -rw-r--r-- | README.mdown | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.mdown b/README.mdown new file mode 100644 index 0000000..a526fc3 --- /dev/null +++ b/README.mdown @@ -0,0 +1,13 @@ +# Scripts for MDBooks + +These scripts are for helping with creating and editing MDBooks + +--- + +### move.sh +`params: Name NewUrl` +This is for when you want to move a file. It will rename all the Urls to the new one you give, it matches to the name you give. + +### rename.sh +`params: NewName Url` +This is for when you want to rename something to a new one. It will rename all instances with the new one you give, it matches to the url you give. |
