mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 14:31:30 +11:00
a68792e605
## 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>
7 lines
119 B
Bash
Executable file
7 lines
119 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cd "$(dirname "$0")" || return
|
|
|
|
rm ../extracted/*
|
|
cp run/valence_extractor_output/* ../extracted/
|