File: S02cmdline

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