Created
May 15, 2014 20:02
-
-
Save cirrusUK/971d617ed7fb6abc6d7a to your computer and use it in GitHub Desktop.
simple shell script using notify-send for mounting HDD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| notify-send -i ~/.icons/win.png "Mounting Drive" " Windows 7 HDD Online " && sudo mount /dev/sda2 /mnt/sda2 | |
| mpg123 ~/sonar.mp3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment