Skip to content

Commit 48e9e5a

Browse files
committed
add my bash assignment solution
1 parent 8726626 commit 48e9e5a

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

ben-repotest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit dcd984059fced3dcfb272e5f1a0ad27a718a521d

blix.sh

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#!/bin/bash
2+
#Author: Blix
3+
4+
touch b2.sh bashass.sh bash.sh black.mps bubu.avi dame.mov david.flac
5+
dev.log dino.lo ecochie.jp games.avi hunger.mov mapple.jnp naija.jpg
6+
nana.mov peace.py pet.png python.py shata.flac sheriff.flac tonyin.pdf
7+
8+
mkdir music images videos
9+
10+
mv *.mp3 *.flac music
11+
12+
mv *jpg *.png images
13+
14+
mv *avi *.mov videos
15+
16+
rm *.log
17+
18+
tree

0 commit comments

Comments
 (0)