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