Advertisement
Soy_Estudiante

CV2

Sep 15th, 2022
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #!/data/data/com.termux/files/usr/bin/bash
  2.  
  3.  
  4. name=$(echo $1 | grep -Eo '[^/]+$')
  5. ffmpeg -i ~/downloads/"$name" ~/storage/shared/convertedFiles/"$name"
  6. rm ~/downloads/"$name"
  7.  
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement