#!/bin/bash
if grep -q -Ew "(gl-debug|gl_debug)" /proc/cmdline; then
  /bin/bash
fi
