Skip to content

Commit 6f8024d

Browse files
committed
add source code for bash
1 parent f831f6a commit 6f8024d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/pages/02-development-environments/08-bash-shell.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ meta: The Bourne-Again Shell (Bash) is an implementation of the shell concept an
88

99

1010
# Bourne-again shell (Bash)
11-
The [Bourne-again shell](https://www.gnu.org/software/bash/), almost
11+
The [Bourne-Again SHell](https://www.gnu.org/software/bash/)
12+
([source code](https://savannah.gnu.org/git/?group=bash)), almost
1213
always referred to simply as "*Bash*", interprets and executes input
1314
entered from a source such as the user or a program. Bash is an
1415
implementation of the [shell concept](/shells.html) and is often used

0 commit comments

Comments
 (0)