Skip to content

Commit 2ff884a

Browse files
authored
Update and rename bash-functions.md to bash.md
1 parent dfa8029 commit 2ff884a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: bash-functions.md renamed to bash.md

+5
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ function wait_for_port() {
2020
return 0
2121
}
2222
```
23+
24+
# see my login-shell is doing
25+
```BASH
26+
PS4='+ $BASH_SOURCE:$LINENO:' BASH_XTRACEFD=1 bash -xlic ""
27+
```

0 commit comments

Comments
 (0)