1#!/bin/bash
2
3echo "const char* sc_BuiltinConfig = \"\\"
4cat idmapper_builtin_config.ini |
5sed -e 's/$/ \\n\\/'
6echo "\";"
7
8