big squish

This commit is contained in:
Swrup 2024-05-29 19:16:48 +02:00
parent fae867b35b
commit 55d2abefb4
124 changed files with 6931 additions and 8393 deletions

9
test/virtual/dir.ml Normal file
View file

@ -0,0 +1,9 @@
let config =
match Fpath.of_string "./" with
| Error (`Msg e) -> failwith e
| Ok v -> Some v
let data =
match Bos.OS.Dir.current () with
| Error (`Msg e) -> failwith e
| Ok current -> Some current