mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
5 lines
96 B
Bash
Executable file
5 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "const char *$2 ="
|
|
sed 's/\\/\\\\/g;s/"/\\"/g;s/^/\"/;s/$/\\n\"/' "$1"
|
|
echo ";"
|