When following your example of calling the following in a script of your own `Test` will not get printed because `cleanup` calls `exit 0`. ```shell source ./universal-os-detector.sh run_detection echo "Test" ```