mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
6 lines
129 B
Bash
Executable file
6 lines
129 B
Bash
Executable file
#!/bin/bash
|
|
|
|
script_dir=$(dirname $(readlink -f "$0"))
|
|
|
|
rm -r "$script_dir"/../fuzz-*-input
|
|
rm -r "$script_dir"/../fuzz-*-output
|