summaryrefslogtreecommitdiff
path: root/shells/Makefile
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2008-03-11 22:38:46 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2008-03-11 22:38:46 +0000
commit88863d272aad40c5e1cd8db2b414e1f48d067517 (patch)
tree6c9115b0fdf0688a89197b1f4b79ed2895f493f0 /shells/Makefile
parent- Remove empty file. (diff)
Bash Commander is a traditional GNU bash shell extended with visual two-panel
file browser. Features: * Full bash compatibility. * Embedded visual file browser. * Two file panels, turned on and off by pressing ^O. * Actions and colors configured via .bashrc script. * Run current file on pressing Enter, configurable via commander_start_file() shell function. * Perform an action on pressing F1-F20 keys, configurable via commander_fN() shell functions. WWW: http://groups.google.com/group/bashc/web/overview
Notes
Notes: svn path=/head/; revision=208845
Diffstat (limited to '')
-rw-r--r--shells/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile
index 6aefe0045a14..bd3a27f544b4 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -6,6 +6,7 @@
SUBDIR += 44bsd-csh
SUBDIR += bash
SUBDIR += bash-completion
+ SUBDIR += bashc
SUBDIR += bush
SUBDIR += ch
SUBDIR += es