Sha256: 8f74b79af1c98f0369703ba07d63960f225a2b0c7e5d40a053df46fea0e628df
Contents?: true
Size: 170 Bytes
Versions: 30
Compression:
Stored size: 170 Bytes
Contents
#!/bin/bash # trapchild sleep 120 & pid="$!" trap 'echo I am going down, so killing off my processes..; kill $pid; exit' SIGHUP SIGINT SIGQUIT SIGTERM wait
Version data entries
30 entries across 30 versions & 1 rubygems