Merge branch 'master' of https://github.com/Boukefalos/docker-deployment
This commit is contained in:
14
bin/test/config
Normal file
14
bin/test/config
Normal 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
|
||||
Reference in New Issue
Block a user