403Webshell
Server IP : 127.0.0.1  /  Your IP : 216.73.216.109
Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10
System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64
User : SERVERWEB ( 0)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  C:/laragon/bin/git/usr/bin/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : C:/laragon/bin/git/usr/bin/wordpad
#!/bin/sh

die () {
	echo "$*" >&2
	exit 1
}

WORDPAD="$(ls {"$PROGRAMFILES/Windows NT","$SYSTEMROOT"}/*/wordpad.exe 2>&- | head -1)"

test $# = 1 ||
die "Usage: $0 <file>"

case "$1" in
\\*|/*|?:*) ;; # do nothing
*) set "$(pwd -W)/$1";;
esac

case "$1" in
*/.git/*) ;; # needs LF line endings
*) exec "$WORDPAD" "$1" || die "Could not launch $WORDPAD";;
esac

"$WORDPAD" "$1" &&
dos2unix.exe "$1" &&
case "$1" in
*/COMMIT_EDITMSG|*\\COMMIT_EDITMSG)
	! columns="$(git config format.commitmessagecolumns)" || {
		msg="$(fmt.exe -s -w "$columns" "$1" -p '#' | \
			fmt.exe -s -w "$columns" -)" &&
		printf "%s" "$msg" >"$1"
	}
	;;
esac

Youez - 2016 - github.com/yon3zu
LinuXploit