Created
February 3, 2023 05:08
-
-
Save nker150/a6796507b57e748cbd536784afbe7802 to your computer and use it in GitHub Desktop.
clean.sh for subdirectory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
mkdir metadata | |
mv *vtt *json *webp *description *jpg ./metadata |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment