🎉 Made tools a conan pkg

This commit is contained in:
2022-07-25 14:54:38 +00:00
parent 5323a66b9d
commit cbe26696c0
3 changed files with 21 additions and 0 deletions

4
tools/bin/diffo Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
set -eu
diff -u $1.org $1 > $1.diff