mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 04:58:08 +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
|