mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 05:22:27 +03:00
7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
pkg=$(nix-build nix/ops -A solid --no-out-link)
|
||
|
cp $pkg bin/solid.pill
|