Commit 3557f60 1 parent 351f492 commit 3557f60 Copy full SHA for 3557f60
File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ #
2
+
3
+ full_path_script=$( realpath $0 )
4
+ full_path_script=$( dirname $full_path_script )
5
+ for f in ` ls $full_path_script /skip-* .txt`
6
+ do
7
+ echo $f
8
+ dirs=" ` cat $f ` "
9
+ for p in $dirs
10
+ do
11
+ if [[ -f $p ]]
12
+ then
13
+ echo In $f , $p is a file. Remove.
14
+ continue
15
+ fi
16
+ if [[ ! -d $p ]]
17
+ then
18
+ echo In $f , $p does not exist. Remove.
19
+ continue
20
+ fi
21
+ done
22
+ done
Original file line number Diff line number Diff line change 149
149
plucid
150
150
ply
151
151
pmmn
152
- pom.xml
153
152
postalcode
154
153
powerbuilder
155
154
powerbuilderdw
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ haskell
21
21
html
22
22
icalendar
23
23
informix
24
- ipc
25
24
iri
26
25
java/java
27
26
java/java8
You can’t perform that action at this time.
0 commit comments