[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.145.12.79: ~ $
#!/bin/sh

print_if_bare_repo='
	if "$(git --git-dir="$1" rev-parse --is-bare-repository)" = true
	then
		printf "%s\n" "${1#./}"
	fi
'

find -type d -name "*.git" -exec sh -c "$print_if_bare_repo" -- \{} \; -prune 2>/dev/null

Filemanager

Name Type Size Permission Actions
README File 839 B 0644
help File 283 B 0644
list File 227 B 0644