HEX
Server: Apache
System: Linux vmi318001.contaboserver.net 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64
User: boxelikax (1004)
PHP: 8.2.33
Disabled: NONE
Upload Files
File: //proc/self/root/bin/equivs-control
#!/bin/bash

if [ $# -eq 0 ]
then 
  echo Usage: $0 filename
  echo filename is the name of the equivs control file to create
  exit 1
fi

  case $1 in 
    -*)  
        echo Usage: $0 filename
        echo filename is the name of the equivs control file to create
        exit 1
        ;;
  esac

cp /usr/share/equivs/template.ctl $1