mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-29 21:52:59 +03:00
6 lines
174 B
Bash
Executable File
6 lines
174 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
cd $(git rev-parse --show-toplevel)
|
|
git subtree pull --prefix prelude git@github.com:facebookincubator/buck2-prelude.git main --squash
|