Skip to content

Commit

Permalink
Merge pull request #43 from fischerling/improve-shell
Browse files Browse the repository at this point in the history
Improve shell
  • Loading branch information
Galfurian authored Mar 5, 2024
2 parents 7150f33 + 46a5529 commit 2579cec
Show file tree
Hide file tree
Showing 2 changed files with 395 additions and 183 deletions.
12 changes: 12 additions & 0 deletions files/usr/share/man/shell.man
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
SYNOPSIS
shell [FILE]

DESCRIPTION
shell reads and executes commands from a file or from standard input.

INVOCATION
An interactive shell is one started without arguments, whose standard
input and error are both connected to terminals.

When shell is started as interactive shell it first reads and executes
commands from the file ~/.shellrc.
Loading

0 comments on commit 2579cec

Please sign in to comment.