3 lines
71 B
Bash
Executable File
3 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
diff -u /dev/null $1 > autotest.tmp/test_0001.diff || true
|