Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomfromBerlin authored Nov 26, 2024
1 parent 7f86c98 commit 374b5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/scripts/shlt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Example:

`shlt 10` will start the active shell 10 times as a subshell and exit to parent shell.

It is just a one-liner:
It is just an one-liner:

```
if [[ -z $1 ]]; then time $SHELL -i -c exit; else for i in {1..$1}; do time $SHELL -i -c exit; done; fi
Expand Down

0 comments on commit 374b5bc

Please sign in to comment.