D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /libx32/../share/snapd/../locale/ia/../../doc/info/../libroken18-heimdal/../usbmuxd/../liberror-perl/../grub2-common/../libjpeg8/../php7.4-mysql/../gnupg/../python3-apt/../netplan.io/../wget/../libcurl3-gnutls/../libthai-data/../python3-six/../screen/../maria/../libxaw7/../libmnl0/../netplan/../gdisk/../systemd-sysv/../grep/../udisks2/../libacl1/../libxmlb1/../libperl5.30/../automake/../libmpfr6/../apparmor/../dosfstools/../libsctp1/../libuv1/../curl/../libdb5.3/../fwupd-signed/../libncurses6/../libpathplan4/../libaudit1/../libkrb5-3/../libisns0/../libxau6/../make/../libarchive13/../libsystemd0/../debianutils/../libsm6/../python3-distutils/../libpopt0/../busybox-static/examples/

 Home   ☍ Command   ☍ Upload File   ☍Info Server   ☍ Buat File   ☍ Mass deface   ☍ Jumping   ☍ Config   ☍ Symlink   ☍ About 

Current File : //libx32/../share/snapd/../locale/ia/../../doc/info/../libroken18-heimdal/../usbmuxd/../liberror-perl/../grub2-common/../libjpeg8/../php7.4-mysql/../gnupg/../python3-apt/../netplan.io/../wget/../libcurl3-gnutls/../libthai-data/../python3-six/../screen/../maria/../libxaw7/../libmnl0/../netplan/../gdisk/../systemd-sysv/../grep/../udisks2/../libacl1/../libxmlb1/../libperl5.30/../automake/../libmpfr6/../apparmor/../dosfstools/../libsctp1/../libuv1/../curl/../libdb5.3/../fwupd-signed/../libncurses6/../libpathplan4/../libaudit1/../libkrb5-3/../libisns0/../libxau6/../make/../libarchive13/../libsystemd0/../debianutils/../libsm6/../python3-distutils/../libpopt0/../busybox-static/examples/mdev.conf.change_blockdev.sh
#!/bin/sh

# Seconds to try to reread partition table
cnt=60

exec </dev/null
exec >"/tmp/${0##*/}.$$.out"
exec 2>&1

(
echo "Running: $0"
echo "Env:"
env | sort

while sleep 1; test $cnt != 0; do
	echo "Trying to reread partition table on $DEVNAME ($cnt)"
	cnt=$((cnt-1))
	# If device node doesn't exist, it means the device was removed.
	# Stop trying.
	test -e "$DEVNAME" || { echo "$DEVNAME doesn't exist, aborting"; exit 1; }
	#echo "$DEVNAME exists"
	if blockdev --rereadpt "$DEVNAME"; then
		echo "blockdev --rereadpt succeeded"
		exit 0
	fi
	echo "blockdev --rereadpt failed, exit code: $?"
done
echo "Timed out"
) &

AnonSec - 2021 | Recode By D7net