blob: bc081ca8264206cf5bfd72b137e6eb6661d8613f (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff --git libexec/NOOP libexec/NOOP
index bfdda4c..e08d8f4 100755
--- libexec/NOOP
+++ libexec/NOOP
@@ -1,2 +1,2 @@
#!/bin/bash
-echo NOOP
\ No newline at end of file
+echo ABCD
\ No newline at end of file
|