5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
rm tests/prev
|
|
rm tests/inputs
|
|
ln -s inputs_all tests/inputs
|
|
ln -s prev_all tests/prev |