Browse Source

Add missing satcmd-echo binary

Alois Mahdal 8 years ago
parent
commit
1f6be134c5
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/libexec/satcmd-echo

+ 3
- 0
src/libexec/satcmd-echo View File

@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+
3
+echo "$@"