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