valence/extractor/copy_extractor_output.sh
Bafbi a68792e605
Registry codec extractor (#316)
## Description

- #311 .
- Update the script to cp all the file of the output dir .

## Change to the gradle project

- Adding the fabric API .
- The serveur now need to start starting .

## Test plan

Do the same as before and compare the 1.9.4 output file and my generated
one .

---------

Co-authored-by: Ryan Johnson <ryanj00a@gmail.com>
2023-04-10 01:39:03 -07:00

7 lines
119 B
Bash
Executable file

#!/usr/bin/env bash
cd "$(dirname "$0")" || return
rm ../extracted/*
cp run/valence_extractor_output/* ../extracted/