10 lines
73 B
Bash
10 lines
73 B
Bash
#! /bin/sh
|
|
set -efu
|
|
|
|
install-nix-tools() {(
|
|
|
|
|
|
)}
|
|
|
|
install-nix-tools "$@"
|