We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e66b2e6 + 37c50b4 commit ae1ba05Copy full SHA for ae1ba05
1 file changed
fetch_bbb_video.sh
@@ -1,3 +1,4 @@
1
+#!/bin/bash
2
read -p "WARNING: You're about to download 340MB, are you sure? (yN) " -n 1 -r
3
echo # (optional) move to a new line
4
if [[ ! $REPLY =~ ^[Yy]$ ]]
0 commit comments