5 lines
99 B
Bash
Executable File
5 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
rm tests/prev
|
|
rm tests/inputs
|
|
ln -s inputs_base tests/inputs
|
|
ln -s prev_base tests/prev |