OSDN Git Service

fix typog
authorpaperbenni <paperbenni@gmail.com>
Sun, 17 May 2020 17:24:36 +0000 (19:24 +0200)
committerpaperbenni <paperbenni@gmail.com>
Sun, 17 May 2020 17:24:36 +0000 (19:24 +0200)
programs/instanthotkeys

index 634a46e..bc1fcaa 100755 (executable)
@@ -5,7 +5,7 @@
 dlbinds() {
     curl -s 'https://raw.githubusercontent.com/instantOS/instantos.github.io/master/youtube/hotkeys.md' |
         sed 's/^\([^|#]\)/    \1/g' |
-        sed 's/^##*[ ]*/ /g' >~/.cache/instantos/hotkeys.md &
+        sed 's/^##*[ ]*/ /g' >~/.cache/instantos/hotkeys.md
 }
 
 if ! [ -e ~/.cache/instantos/hotkeys.md ]; then