mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-27 15:43:18 +02:00
8 lines
186 B
Tcsh
8 lines
186 B
Tcsh
# I don't have a clue about csh programming...
|
|
|
|
alias docatcher '\
|
|
echo "Trigger some async actions, shell should not exit" \
|
|
echo "Then exit catcher with C-d" \
|
|
./catcher'
|
|
|