summaryrefslogtreecommitdiffstats
path: root/development/bashdb/README
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2010-05-21 15:46:24 -0500
committer erik@slackbuilds.org <erik@slackbuilds.org>2010-05-23 23:17:03 -0500
commit2a85ff439bdfa0140adc493d1cc4f76c251fd2d2 (patch)
treeb953d08936a4c815cbbc09d7c1df543078c8d2ea /development/bashdb/README
parentad636befefd27cff7be761a27b0a6a7b580b59ee (diff)
downloadslackbuilds-2a85ff439bdfa0140adc493d1cc4f76c251fd2d2.tar.gz
slackbuilds-2a85ff439bdfa0140adc493d1cc4f76c251fd2d2.tar.xz
development/bashdb: Updated version and cleanups.
Diffstat (limited to 'development/bashdb/README')
-rw-r--r--development/bashdb/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/bashdb/README b/development/bashdb/README
new file mode 100644
index 0000000000..5cba21da87
--- /dev/null
+++ b/development/bashdb/README
@@ -0,0 +1,5 @@
+The BASH Debugger Project contains the most comprehensive source-code debugger
+for bash that has been written. It has a similar command interface as gdb.
+
+Read the INSTALL file in the source directory for instructions if you wish to
+enable readarray support. readarray speeds up initial loading of large scripts.