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