mirror of
https://github.com/urbit/shrub.git
synced 2024-11-30 22:15:47 +03:00
8 lines
101 B
Bash
Executable File
8 lines
101 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
pkg=$(nix-build nix/ops -A brass --no-out-link)
|
|
|
|
cp $pkg bin/brass.pill
|