summaryrefslogtreecommitdiffstats
path: root/debian/additions/echo_stderr
diff options
context:
space:
mode:
Diffstat (limited to 'debian/additions/echo_stderr')
-rwxr-xr-xdebian/additions/echo_stderr2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/additions/echo_stderr b/debian/additions/echo_stderr
new file mode 100755
index 00000000..67b3ed7c
--- /dev/null
+++ b/debian/additions/echo_stderr
@@ -0,0 +1,2 @@
+#!/bin/bash
+echo "$*" 1>&2