Merge remote-tracking branch 'origin/feature/cierres' into feature/cierres
This commit is contained in:
@ -6,8 +6,13 @@ then
|
||||
then
|
||||
CMD=$1
|
||||
shift
|
||||
$CMD -c "$@"
|
||||
exit
|
||||
if [[ $# -gt 0 ]]
|
||||
then
|
||||
$CMD -c "$@"
|
||||
exit 0
|
||||
fi
|
||||
$CMD
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user