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