aboutsummaryrefslogtreecommitdiff
path: root/dev-shell
blob: 615fa5385a9888fb2a89fc5ffa4737b87347d739 (about) (plain)
1
2
3
4
5
6
7
8
9
10
#!/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