12 lines
572 B
Bash
12 lines
572 B
Bash
|
#/bin/bash
|
|||
|
#
|
|||
|
# -------------------------
|
|||
|
# this should work for dev purposes
|
|||
|
# alias should be set in you bash aliases files:
|
|||
|
#
|
|||
|
# alias range="node /home/poule/encrypted/stockage-syncable/www/development/html/rangement/index.mjs --dry-run=true "
|
|||
|
# -------------------------
|
|||
|
range /home/poule/encrypted/stockage-syncable/www/development/html/rangement/testFiles/misnamed_file/2000-01-01T01.01.01\ FyB8cZnWIAc21rw\ --\ meme.jpg
|
|||
|
|
|||
|
# you should see that the debug logs find a misnamed file name
|
|||
|
# and want to rename it to the 2023 date of modification, not the 2000 year date.
|