bootstrap/specs/clang/run.sh

8 lines
103 B
Bash

#!/usr/bin/env bash
if [ -z "$VERSION" ]; then
VERSION="default"
fi
cp "$VERSION/flake.nix" "$OUT"