summary refs log tree commit diff
path: root/css.sh
blob: be3e44b50c8f6827fd8b54f46e085cb83fb45e5e (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -eu

cat <<EOF
#define CSS(...) #__VA_ARGS__
const char *CSS = CSS(
EOF
cat "$@"
echo ');'