more elegant template
This commit is contained in:
parent
234773b8f0
commit
bb6dc019ef
|
@ -6,7 +6,9 @@ while read src dst
|
|||
do
|
||||
if [ ! $src == "src" ];
|
||||
then
|
||||
echo "\"${src}\" -> \"${dst}\""
|
||||
#!
|
||||
"${src}" -> "${dst}"
|
||||
#!
|
||||
fi
|
||||
done
|
||||
#!
|
||||
|
|
Loading…
Reference in New Issue