bins - silence headset and add stylish-haskell

This commit is contained in:
Felix Van der Jeugt 2015-04-04 13:57:24 +02:00
parent 286d5cb0ec
commit 1bfc329df8
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
if ! pgrep pulseaudio; then pulseaudio --start; fi
cat <(echo "connect 00:11:67:11:18:9B") <(echo "quit") | bluetoothctl
if ! pgrep pulseaudio; then pulseaudio --start 2> /dev/null ; fi
cat <(echo "connect 00:11:67:11:18:9B") <(echo "quit") \
| bluetoothctl 2> /dev/null 2>&1

BIN
local/bin/stylish-haskell Executable file

Binary file not shown.