Skip to content

Commit

Permalink
this arranges folders
Browse files Browse the repository at this point in the history
  • Loading branch information
zorowa committed Jul 13, 2024
1 parent 2ee5244 commit e458780
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions zoro.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#! /bin/bash
#Author: Bediako

touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log dino.log edochie.jpg efe.log games.avi hunger.mov ampple.jnp naija.jpg nana.mov peache/py pete/png pytho.py shata.flac sheriff.flac toyin.pdf van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi

mkdir music video images videos
mv *.mp3 *.flac music
mv *.jpg *.png images
mv *.avi *.mov videos
rm -rvf *.log

tree

0 comments on commit e458780

Please sign in to comment.