mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
9 lines
132 B
Bash
Executable File
9 lines
132 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# meant to be run from the root directory of the repo
|
|
|
|
set -e
|
|
|
|
tool/conflictmarkers.sh
|
|
tool/all-target-link-checker.sh
|