Skip to content

Instantly share code, notes, and snippets.

@5a494d
Created October 27, 2015 06:26
Show Gist options
  • Select an option

  • Save 5a494d/f7e0822cd56b6307edfb to your computer and use it in GitHub Desktop.

Select an option

Save 5a494d/f7e0822cd56b6307edfb to your computer and use it in GitHub Desktop.
custom command line
#!/bin/bash
#
# To use: mount-iso [source] [target]
#
sudo mount -t iso9660 -o loop $1 $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment