__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
#! /bin/sh
set -e

# A fake /lib/brltty/brltty.sh for the initramfs. Rather than actually
# starting brltty (which is problematic because brltty would have to be shut
# down and restarted when switching out of early userspace), we just write
# out a brltty.conf which will be copied over to the real root filesystem
# later.

brailleDriver=auto
brailleDevice=usb:

while [ "$1" ]; do
	case $1 in
		-b)
			brailleDriver="$2"
			shift 2
			;;
		-d)
			brailleDevice="$2"
			shift 2
			;;
		-*)
			shift 2
			;;
		*)
			shift
			;;
	esac
done

cat >/dev/.initramfs/brltty.conf <<EOF
# Created by $0
braille-driver $brailleDriver
braille-device $brailleDevice
EOF

exit 0

Filemanager

Name Type Size Permission Actions
brltty.sh File 668 B 0644
Filemanager