Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nykfank authored Jan 10, 2021
1 parent 017d6d7 commit c81226f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions de_vid.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/python
import os, shutil
for i in os.listdir('.'):
f2 = i.replace('VID_', '').replace('FJ', '')
shutil.move(i, f2)

0 comments on commit c81226f

Please sign in to comment.