Skip to content

Commit

Permalink
Update log version with multiple argument
Browse files Browse the repository at this point in the history
  • Loading branch information
evertramos committed Apr 2, 2022
1 parent 42ea29d commit 243d03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We normally use right after souricing _bootstrap.sh_ file the following lines:

```bash
log "Start execution"
log "$@"
log "'$*'"
```

> This way you will identify the initial part of your script execution and all arguments passed into your script
Expand Down

0 comments on commit 243d03f

Please sign in to comment.