mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 20:43:13 +02:00
git-subtree-dir: linux_configuration git-subtree-mainline:11427631cdgit-subtree-split:0762e3d07b
5 lines
186 B
Bash
Executable File
5 lines
186 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Wrapper for backward compatibility - converts to webm
|
|
# See convert_video.sh for full options
|
|
exec "$(dirname "$(readlink -f "$0")")/convert_video.sh" -f webm "$@"
|