Skip to content

Commit 1a6c9bf

Browse files
committed
fix typo, just use git clean in clean.sh
1 parent 0aec6f1 commit 1a6c9bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
rm -rf `ls | grep -v cli-workshop.sh | grep -v setup.sh | grep -v clean.sh`
2+
git clean -fdx

cli-workshop.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ prev_pwd=`pwd`
77

88
# behold the power of <tab>
99
cal
10-
data
10+
date
1111
# mplayer
1212

1313
# navigating
@@ -205,4 +205,4 @@ chmod +x convert-text-to-img.sh
205205
# advanced links
206206
# http://freeengineer.org/learnUNIXin10minutes.html
207207
# http://www.cs.usfca.edu/~parrt/course/601/lectures/unix.util.html
208-
# http://cb.vu/unixtoolbox.xhtml
208+
# http://cb.vu/unixtoolbox.xhtml

0 commit comments

Comments
 (0)