mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
8 lines
120 B
Bash
Executable File
8 lines
120 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -xeuo pipefail
|
|
|
|
cd "${0%/*}/.."
|
|
|
|
cp "$(nix-build -A solid.build --no-out-link)" bin/solid.pill
|