Skip to content

Commit e458780

Browse files
committed
this arranges folders
1 parent 2ee5244 commit e458780

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

zoro.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#! /bin/bash
2+
#Author: Bediako
3+
4+
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
5+
6+
mkdir music video images videos
7+
mv *.mp3 *.flac music
8+
mv *.jpg *.png images
9+
mv *.avi *.mov videos
10+
rm -rvf *.log
11+
12+
tree
13+

0 commit comments

Comments
 (0)