logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

keywords.sh (266B)


  1. #!/bin/sh -e
  2. # SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
  3. #
  4. # SPDX-License-Identifier: GPL-3.0-or-later
  5. # This file replaces keywords.pl
  6. sed -e '1,/__END__/ d' keywords.pl | sed '1d' | awk '{print "#define", "KEY_"$0, NR-1}' > keywords.h