Codebase list cdebconf / 2c28917b-b94b-4ce4-9fec-e258c741317d/main src / commands-list.h.build
2c28917b-b94b-4ce4-9fec-e258c741317d/main

Tree @2c28917b-b94b-4ce4-9fec-e258c741317d/main (Download .tar.gz)

commands-list.h.build @2c28917b-b94b-4ce4-9fec-e258c741317d/mainraw · history · blame

1
2
3
4
5
#!/bin/sh

while read in; do
  echo "{ \"$in\", command_$in },"
done < $1