summaryrefslogtreecommitdiffstats
path: root/.scripts/tutorialvids
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-10-14 13:05:55 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-10-14 13:05:55 -0400
commit536af07f6ba55888408e15d70a5a8a38260a2588 (patch)
treec09cf9ed4a760b097ca96a5214798030160d60d7 /.scripts/tutorialvids
parent39375e5f8f74f5ff62997bc65a3223bdbde0c1ea (diff)
downloadeibhear-536af07f6ba55888408e15d70a5a8a38260a2588.tar.gz
eibhear-536af07f6ba55888408e15d70a5a8a38260a2588.tar.zst
eibhear-536af07f6ba55888408e15d70a5a8a38260a2588.zip
removal of bashisms
Diffstat (limited to '.scripts/tutorialvids')
-rwxr-xr-x.scripts/tutorialvids2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/tutorialvids b/.scripts/tutorialvids
index ed607fd..f248253 100755
--- a/.scripts/tutorialvids
+++ b/.scripts/tutorialvids
@@ -14,4 +14,4 @@ urlview https://www.youtube.com/watch?v=IgzpAjFgbCw
vi mode in shell https://www.youtube.com/watch?v=GqoJQft5R2E
"
-mpv $(grep -P "^$(grep https: <<< $vidlist | sed 's/\t.*//g' | dmenu -i -p "Learn about what? (ESC to cancel)" -l 5)\t" <<<$vidlist | sed 's/.*\t//')
+mpv "$(echo "$vidlist" | grep -P "^$(echo "$vidlist" | grep "https:" | sed 's/\t.*//g' | dmenu -i -p "Learn about what? (ESC to cancel)" -l 5)\\t" | sed 's/.*\t//')"