lumini_p30_control/tools/html2string.sh
2023-05-04 12:55:18 +02:00

5 lines
138 B
Bash
Executable file

#!/bin/bash
cat $1 | sed -e"s/^ *//ig" | sed -e "s/^\/\/.*//ig" | sed -e "s/ \/\/ .*//ig" | sed -E '/^\s*$/d' | sed '/^[[:space:]]*$/d'