Sha256: 514901150453211c452bc7c84f2b7abea0cf2c8cf59d56fd3a28be324a90db3e
Contents?: true
Size: 160 Bytes
Versions: 297
Compression:
Stored size: 160 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
297 entries across 297 versions & 1 rubygems