Explorar el Código

Add logging for arbitrary commands

Alois Mahdal hace 9 años
padre
commit
7c87862443
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      dotfiles/bmo/menu.ini

+ 1
- 1
dotfiles/bmo/menu.ini Ver fichero

@@ -53,7 +53,7 @@
53 53
 [menu.run_hist]
54 54
 
55 55
     generator   = tac .bmo-dmenu.log | awk '!seen[$0]++'
56
-    consumer    = tee -a .bmo-dmenu.log | bash -
56
+    consumer    = tee -a .bmo-dmenu.log | bash - >> .bmo-menu-run_hist.log 2>&1
57 57
 
58 58
 [menu.browsers]
59 59