1 2 3 4 5 6 7 8 9
#!/bin/sh set -eu cat <<EOF #define CSS(...) #__VA_ARGS__ static const char CSS[] = CSS( EOF cat "$@" echo ');'