diff --git a/sh/ffmpeg.sh b/sh/ffmpeg.sh index c32ad06..529d6ba 100644 --- a/sh/ffmpeg.sh +++ b/sh/ffmpeg.sh @@ -1,8 +1,12 @@ +# ╭────────╮ +# │ ffmpeg │ +# ╰────────╯ + # ╭────────┬─────────┬───────╮ # │ ffmpeg │ devices │ reset │ # ╰────────┴─────────┴───────╯ -_rwx_cmd_rwx_ffmpeg_devices_reset() { rwx_ffmpeg_devices_reset "${@}"; } +#/ rwx_ffmpeg_devices_reset rwx_ffmpeg_devices_reset() { local module="uvcvideo" modprobe --remove "${module}" && diff --git a/sh/tmux.sh b/sh/tmux.sh index 9213e01..bd72c21 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -36,7 +36,7 @@ rwx_tmux_list() { # │ tmux │ setup │ # ╰──────┴───────╯ -_rwx_cmd_rwx_tmux_setup() { rwx_tmux_setup "${@}"; } +#/ rwx_tmux_setup rwx_tmux_setup() { local file script if rwx_root; then