mirror of
https://github.com/urbit/shrub.git
synced 2025-01-02 09:32:29 +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
|