Skip to content

Instantly share code, notes, and snippets.

@nker150
Created February 3, 2023 05:08
Show Gist options
  • Save nker150/a6796507b57e748cbd536784afbe7802 to your computer and use it in GitHub Desktop.
Save nker150/a6796507b57e748cbd536784afbe7802 to your computer and use it in GitHub Desktop.
clean.sh for subdirectory
#!/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