Skip to content

neymarsabin/isohunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

isoHunt

Introduction

isoHunt is a bash script to operate on iso files.Listing contents of iso files, copying contents of iso file into another folder.

Motivation

There were number of iso files and i have to repeatedly mount,copy and umount for each iso file.That was annoying so i decided to automate this process by a command.

Dependencies

isoHunt uses following programs

mount
umount
tree

To install tree command:

	sudo apt-get install tree
	sudo pacman -S tree

Use isoHunt

Using isoHunt requires root access.So,be root or act like root :P Help’s not that good but will be mending soon.

	./main.sh help

TODOS

A makefile

Work with permissions

Some more operations

About

An iso extractor for linux via command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages