mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
db49685413
Signed-off-by: Julien Danjou <julien@danjou.info>
9 lines
141 B
Bash
Executable file
9 lines
141 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "/* This file is autogenerated by $0 - do not edit */"
|
|
echo
|
|
|
|
while read atom
|
|
do
|
|
echo extern xcb_atom_t $atom\;
|
|
done < $1
|