Help for this page
#!/usr/bin/env perl use strict; ... print "With exec ():\n"; exec "./inttrap.sh";
#!/bin/bash ... sleep 1 echo Waiting $i ... done