This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |