Help for this page

Select Code to Download


  1. or download this
    #! /bin/sh
    #
    ...
    chmod 0755 $PythonInterpreter 2>/dev/null
    unset LIBPATH
    exec $PythonInterpreter -c "import savupdate.Updater,sys; sys.exit(sav
    +update.Updater.main(sys.argv))" "$CIDREPDIR" $MINIPKG "$@"
    
  2. or download this
    #!/usr/bin/perl
    ######################################
    ...
    
    
    system("/Antivirus/sophos-av/update/savupdate.sh 1>/tmp/updater 2>&1")
    +;