mirror of
https://github.com/snowlyg/GoEasyFfmpeg
synced 2026-04-22 22:57:07 +08:00
4 lines
96 B
Bash
4 lines
96 B
Bash
#!/bin/bash
|
|
CWD=$(cd "$(dirname $0)";pwd)
|
|
"$CWD"/goeasyffmpeg stop
|
|
"$CWD"/goeasyffmpeg uninstall |