#!/bin/sh # SPDX-License-Identifier: CC0-1.0 # # Copyright (C) 2024 W. Kosior <koszko@koszko.org> # It is so annoying to have some shell read garbage from script while you edit # it… Why not load all of it to memory first? exec sh -c "$(awk '{if (after) print} /#{3}/{after=1}' "$0")" "$0" "$@" ### guix shell gcc-toolchain flint make