leandromoreira / ffmpeg-libav-tutorial

FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more. Translations: πŸ‡ΊπŸ‡Έ πŸ‡¨πŸ‡³ πŸ‡°πŸ‡· πŸ‡ͺπŸ‡Έ πŸ‡»πŸ‡³ πŸ‡§πŸ‡·
https://github.com/leandromoreira/ffmpeg-libav-tutorial
BSD 3-Clause "New" or "Revised" License
9.94k stars 956 forks source link

fetch_bbb_video.sh: force using bash #77

Closed FransM closed 3 years ago

FransM commented 3 years ago

The fetch_bbb_video.sh script uses bash specific constructs On Ubuntu the default shell is dash. By adding #!/bin/bash to the script we make sure that bash is used in that case