mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
8 lines
127 B
Bash
Executable File
8 lines
127 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -xeuo pipefail
|
|
|
|
cd "${0%/*}/.."
|
|
|
|
cp "$(nix build .#brass --no-link --print-out-paths)" bin/brass.pill
|