remove useless redirect
This commit is contained in:
parent
022899ced8
commit
a684117ab6
2
snippy
2
snippy
@ -61,7 +61,7 @@ bashdown(){
|
|||||||
while read -r line; do
|
while read -r line; do
|
||||||
line="$(eval "printf -- \"$( printf "%s" "$line" | sed 's/"/\\"/g')\"")";
|
line="$(eval "printf -- \"$( printf "%s" "$line" | sed 's/"/\\"/g')\"")";
|
||||||
echo -e "$line"
|
echo -e "$line"
|
||||||
done < <(cat "${DIR}/${FILE}")
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
is_gui(){
|
is_gui(){
|
||||||
|
Loading…
Reference in New Issue
Block a user