This commit is contained in:
2015-06-05 14:09:36 +01:00
parent 4c74bdab15
commit bcc1194d48
12 changed files with 376 additions and 8 deletions

14
bin/test/config Normal file
View File

@@ -0,0 +1,14 @@
#!/bin/sh
set -e
command_test() {
echo "$@"
echo "$1"
}
command_remove() {
cat bla | xargs echo
}
command_test bla
command_test bla da ra