School Commit Init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
for X in `find dir`;do
|
||||
if test -L $X && test -e $X; then
|
||||
echo $X
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user