Git Product home page Git Product logo

bash-write-img-to-disk's Introduction

Write img to disk

Simple bash script that writes an iso or img file to a USB or SD card. The bash script is now also available as binary.

Installation

Option 1: Bash script

Download the bash script file and execute it like this bash script.sh.

Option 2: Binary (Beta)

  1. Run sudo curl https://raw.githubusercontent.com/faessler/bash-write-img-to-disk/master/witd -o /usr/local/bin/witd && sudo chmod 755 witd to download the binary and put it in /usr/local/bin.
  2. After that you can execute witd from anywhere.

Note: You can put the binary also in another directory if you don't want to use /usr/local/bin. If you use /usr/local/bin make sure that the directory exists and is in your path (echo $PATH). Execute export PATH=$PATH:/usr/local/bin to add it to your path.

Preview

Follow the instructions in the terminal. Terminal Preview

Development

Update binary: shc -f ./script.sh -o ./witd

bash-write-img-to-disk's People

Contributors

faessler avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.