Skip to content

Commit ae1ba05

Browse files
Merge pull request #77 from FransM/fixsh
fetch_bbb_video.sh: force using bash
2 parents e66b2e6 + 37c50b4 commit ae1ba05

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fetch_bbb_video.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
read -p "WARNING: You're about to download 340MB, are you sure? (yN) " -n 1 -r
23
echo # (optional) move to a new line
34
if [[ ! $REPLY =~ ^[Yy]$ ]]

0 commit comments

Comments
 (0)