We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 659987f commit a6bfdc2Copy full SHA for a6bfdc2
1 file changed
add.sh
@@ -16,7 +16,7 @@ then
16
fi
17
18
# clean the flags out of the file name
19
-shopt -s extglob
+shopt -s extglob #http://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html
20
item=${_menu_sel_value/@(M--|-M-|D--|-D-|\?\?-)/}
21
22
echo
0 commit comments