Compare commits

..

No commits in common. "7e870a26f9620207c8d38c6e36eb9faa2f7c63f3" and "6aadb7daf578ea89ceeac08e30bce0fe91ca19a7" have entirely different histories.

3 changed files with 0 additions and 18 deletions

View file

@ -1,7 +0,0 @@
#! /bin/bash
HEADPHONE="88:D0:39:7D:6A:70"
bluetoothctl trust ${HEADPHONE}
bluetoothctl disconnect ${HEADPHONE}
bluetoothctl connect ${HEADPHONE}

View file

@ -1,5 +0,0 @@
#! /bin/bash
ssh -f clara -L 2222:dmc-12.mousur.int:22 -N
sshfs -p 2222 dbroqua@127.0.0.1:/srv/dev-disk-by-label-storage/medias/Music ~/Music

View file

@ -1,6 +0,0 @@
#! /bin/bash
if [ "${1}" == "pre" ]; then
umount /home/dbroqua/Music
killall ssh
fi