mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-15 05:09:05 +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 "$@"
|