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