feat(Shell): Add scripts

Add FFMPEG and git commit script
This commit is contained in:
Nikurasu 2023-11-27 09:32:22 +01:00
parent fcc426e0ac
commit 1e6359fc0d
Signed by: Nikurasu
GPG Key ID: 9E7F14C03EF1F271
1 changed files with 2 additions and 1 deletions

View File

@ -88,4 +88,5 @@ gum style --border rounded --margin '1 1' --padding '1 1' --align center --foreg
WANTS_SHELL_MS_MARKET=$(gum choose "Yes" "No")
if [ "$WANTS_SHELL_MS_MARKET" = "Yes" ]
then
bash ./patch-codium.sh
fi