mirror of
https://github.com/dockur/windows.git
synced 2026-07-07 05:07:26 +01:00
feat: Add returncode to function (#1805)
This commit is contained in:
@@ -17,6 +17,8 @@ _trap() {
|
|||||||
for sig; do
|
for sig; do
|
||||||
trap "$func $sig" "$sig"
|
trap "$func $sig" "$sig"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
app() {
|
app() {
|
||||||
|
|||||||
Reference in New Issue
Block a user