7 lines
272 B
Bash
7 lines
272 B
Bash
|
#!/bin/bash
|
||
|
# - sync ftl
|
||
|
# - ./copy-core-string.sh scheduling-review browsing-sidebar-card-state-review
|
||
|
# - confirm changes in core-repo/ correct
|
||
|
# - commit and push changes, then update submodule in main repo
|
||
|
./ftl string copy ftl/core-repo/core ftl/core-repo/core $1 $2
|