Log In
source-git
/
bash
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
29a1b0fff5d4c0eacbb3c87612ddab7ece090694
29a1b0fff5d4c0eacbb3c87612ddab7ece090694
tests
trap3.sub
Fork and Edit
Blob
Blame
History
Raw
PS4='+[$LINENO] ' trap 'echo trap: $LINENO' ERR set -x echo 1 echo 2 echo 3 | cat | false echo 4