mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
move some files into subdirs
This commit is contained in:
parent
9a3c0bce48
commit
ca3498d42d
12 changed files with 37 additions and 26 deletions
5
utils/file2header.sh
Executable file
5
utils/file2header.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "const char *$2 ="
|
||||
cat $1|sed 's/\\/\\\\/g'|sed 's/"/\\"/g'|sed 's/^/\"/'|sed 's/$/\\n\"/'
|
||||
echo ";"
|
||||
Loading…
Add table
Add a link
Reference in a new issue