Skip to content

Instantly share code, notes, and snippets.

@cirrusUK
Created May 15, 2014 20:02
Show Gist options
  • Select an option

  • Save cirrusUK/971d617ed7fb6abc6d7a to your computer and use it in GitHub Desktop.

Select an option

Save cirrusUK/971d617ed7fb6abc6d7a to your computer and use it in GitHub Desktop.
simple shell script using notify-send for mounting HDD
#!/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