Git Product home page Git Product logo

autosoap's Introduction

autosoap

A bash script that automates SOAP transfers done via a combination of cleaninty and donor files from unusuable consoles.

Important Notes

First off, 95% of consoles need a donor to be SOAP transferred. This script accounts for the 5% of cases that don't, but you will almost always need donor files to run it. If you do not already have donor files, this script will likely be useless to you as under no circumstances should a working console be used as a donor.

Second, the folder structure inside cleaninty is not an accident and should not be modified.

Compatibility

This script is not POSIX-compliant and relies on PCRE in grep. As a result, it is somewhat less portable than the average bash script - only Unix-based systems with bash v4 or higher and GNU grep are compatible.

Most Linux distros - including those ran through WSL - have both of these this out-of-the-box. Alpine Linux, *BSD, and macOS are more notable examples of ones that don't.

If your system does not have these, the easiest way to obtain them is by installing bash and grep through the Homebrew package manager. However, be aware that if you do this, Homebrew will install grep as ggrep, which the script does not account for. Manually adding PATH="/usr/local/opt/grep/libexec/gnubin:$PATH" to your profile file will be needed to reassign it back to grep.

Usage

Clone this repo, put the essential.exefs for the console that will receive the SOAP transfer into the Latest folder, and put your donor .json files into the Donors folder. Once your donors are ready, open a terminal directly inside the Latest folder and execute the script from there.

You must have already setup cleaninty's constants for this to work. Detailed information and instructions about the constants can be found on the Nintendo Homebrew Wiki.

Credits

  • luigoalma, for creating cleaninty and generally being a 3DS wizard.
  • danny8376, for creative usage of dd. Why? Because that dd is the reason you don't need to install anything else for this script.

autosoap's People

Contributors

starlitskies 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.