Skip to content

Instantly share code, notes, and snippets.

@kwekewk
kwekewk / kraft.sh
Last active September 30, 2024 18:32
#!/bin/sh
# shellcheck shell=sh
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2022, Unikraft GmbH and The KraftKit Authors.
# Licensed under the BSD-3-Clause License (the "License").
# You may not use this file expect in compliance with the License.
# File taken and modified from: https://github.com/rust-lang/rustup
# Original credits go to the Rust project and its contributors.