mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
8 lines
167 B
Bash
Executable File
8 lines
167 B
Bash
Executable File
#!/bin/sh
|
|
# shellcheck shell=bash
|
|
|
|
set -Eeuo pipefail
|
|
|
|
pkgs/development/compilers/dotnet/binary/update.sh "$@"
|
|
pkgs/development/compilers/dotnet/source/update.sh "$@"
|