File: S02cmdline

package info (click to toggle)
clonezilla 5.12.33-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 4,596 kB
  • sloc: sh: 40,998; perl: 193; python: 59; makefile: 26
file content (4 lines) | stat: -rwxr-xr-x 86 bytes parent folder | download | duplicates (8)
1
2
3
4
#!/bin/bash
if grep -q -Ew "(ocs-debug|ocs_debug)" /proc/cmdline; then
  /bin/bash
fi