Linux eyewebsolution.dnshostserver.in 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Apache
: 185.131.55.234 | : 216.73.216.138
676 Domain
5.6.40
omxrelocation
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
git-1.8.3.1 /
contrib /
emacs /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile
397
B
-rw-r--r--
README
1.44
KB
-rw-r--r--
git-blame.el
16.66
KB
-rw-r--r--
git-blame.elc
11.52
KB
-rw-r--r--
git.el
68.28
KB
-rw-r--r--
git.elc
77.79
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
## Build and install stuff EMACS = emacs ELC = git.elc git-blame.elc INSTALL ?= install INSTALL_ELC = $(INSTALL) -m 644 prefix ?= $(HOME) emacsdir = $(prefix)/share/emacs/site-lisp RM ?= rm -f all: $(ELC) install: all $(INSTALL) -d $(DESTDIR)$(emacsdir) $(INSTALL_ELC) $(ELC:.elc=.el) $(ELC) $(DESTDIR)$(emacsdir) %.elc: %.el $(EMACS) -batch -f batch-byte-compile $< clean:; $(RM) $(ELC)
Close