HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux bsx-1-dev 6.8.0-101-generic #101-Ubuntu SMP PREEMPT_DYNAMIC Mon Feb 9 10:15:05 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/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