#!/bin/bash
if grep -q -Ew gl-debug /proc/cmdline; then
  /bin/bash
fi
