Assets, images and content for DSC TSEC.
Script used for renaming the files.
for file in *; do mv "$file" `echo $file | tr ' ' '_'`; done
A huge thank you to ❤
Assets, images and content for DSC TSEC.
Script used for renaming the files.
for file in *; do mv "$file" `echo $file | tr ' ' '_'`; done
A huge thank you to ❤