Hello to all,
I recently did a basic script to clean SVG files and when I gave myself the script instead of being recognized with a Bash file was recognized with an SVG
Here goes my code
#!/bin/sh
I noticed this bug in fossapup now
#<svg width = "100" height = "100">
for file in *; SED -RI 'S/<SVG.*/<svg width = "100" height = "100">/g' $ file; done
for file in *; SED -RI "/^\ r? $/D" $ file; done