__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh ############################################################################### # BRLTTY - A background process providing access to the console screen (when in # text mode) for a blind person using a refreshable braille display. # # Copyright (C) 1995-2024 by The BRLTTY Developers. # # BRLTTY comes with ABSOLUTELY NO WARRANTY. # # This is free software, placed under the terms of the # GNU Lesser General Public License, as published by the Free Software # Foundation; either version 2.1 of the License, or (at your option) any # later version. Please see the file LICENSE-LGPL for details. # # Web Page: http://brltty.app/ # # This software is maintained by Dave Mielke <[email protected]>. ############################################################################### # This script must be installed within brltty's library directory: /usr/lib/brltty/ set -e readonly rootDirectory="/sys/fs/cgroup/systemd" [ ! -d "${rootDirectory}" ] || { groupDirectory="${rootDirectory}/brltty" [ -d "${groupDirectory}" ] || mkdir "${groupDirectory}" echo $$ >"${groupDirectory}/tasks" } exec "${BRLTTY_EXECUTABLE_PATH:-brltty}" -E "${@}" exit "${?}"
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| hid.rules | File | 1.89 KB | 0644 |
|
| job | File | 663 B | 0644 |
|
| systemd-wrapper | File | 2.76 KB | 0755 |
|
| udev-wrapper | File | 1.14 KB | 0755 |
|
| uinput.rules | File | 1.77 KB | 0644 |
|
| usb-template.rules | File | 2.96 KB | 0644 |
|