blob: f424e455717e2911237d10e7b22e4eb7975f063c [file] [log] [blame]
#!/bin/sh -e
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
exec > "$1"
shift
echo '// DO NOT EDIT THIS FILE'
echo "// Generated from $0 $*"
echo '#pragma once'
echo 'static const char kMemgraphSchema[] = R":JSON:('
cat "$@"
echo '):JSON:";'