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
|
||||
trap "$func $sig" "$sig"
|
||||
done
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
app() {
|
||||
|
||||
Reference in New Issue
Block a user