summaryrefslogtreecommitdiff
path: root/shell/ash_doc.txt
Commit message (Collapse)AuthorAgeFilesLines
* ash: fix TRACE commandsDenis Vlasenko2009-03-191-4/+73
|
* doc updateDenis Vlasenko2009-03-191-0/+22
|
* ash: fix "orwell bug" 1984. Testcase:Denis Vlasenko2008-02-101-0/+31
trap_handler() { echo trap } trap trap_handler USR1 sleep 3600 & while true; do wait; done