Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /lib/emacsen-common/packages/install/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : //lib/emacsen-common/packages/install/cmake-data

#!/bin/sh
#
# emacsen install script for the Debian GNU/Linux cmake package

FLAVOR=$1
PACKAGE=cmake-data

ELDIR=/usr/share/emacs/site-lisp/
ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}
ELFILE="cmake-mode.el"
FLAGS="-batch -no-site-file -l path.el -f batch-byte-compile"

if [ ${FLAVOR} != emacs ]; then
  echo install/${PACKAGE}: Byte-compiling for ${FLAVOR}

  install -m 755 -d ${ELCDIR}

  # Source file symlink (emacsen policy 5C)
  ln -s "${ELDIR}/${ELFILE}" "${ELCDIR}/${ELFILE}"

  # Compile cmake-mode.el
  cd ${ELCDIR}
  cat << EOF > path.el
(setq load-path (cons "." load-path) byte-compile-warnings nil)
EOF
  ${FLAVOR} ${FLAGS} ${ELFILE}
  rm -f path.el
fi

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net