8 lines
184 B
Bash
Executable File
8 lines
184 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
|
|
cd "$ROOT"
|
|
|
|
python3 scripts/lib/promod_uniswap_v2_phase2_wave2_operator_paste_pack.py
|