Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.03 KB

File metadata and controls

32 lines (21 loc) · 1.03 KB

interactive-dd

Build Status GitHub License GitHub Release

Read this in other languages: Русский

Description

Bash script with interactive terminal shell for 'dd'

Screenshot

Installation

Download the latest release, extract and ...

# Go to extracted directory
cd interactive-dd

# Copy idd.sh to /usr/bin as root
sudo cp idd.sh /usr/bin/idd

# Copy translations to /usr/share/idd/ as root
sudo cp translations/*.trans /usr/share/idd/

# After that:
# Just run idd in directory with image-file
# and write to flash-drive, it's easy =)