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