🎉 Made tools a conan pkg
This commit is contained in:
4
tools/bin/cpfd
Executable file
4
tools/bin/cpfd
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
cp $1 $1.org
|
4
tools/bin/diffo
Executable file
4
tools/bin/diffo
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
diff -u $1.org $1 > $1.diff
|
Reference in New Issue
Block a user