From e1ed6e08dd1866b88b65a1a780ea81d024e473a0 Mon Sep 17 00:00:00 2001 From: dnoberon Date: Tue, 15 Oct 2019 10:45:20 -0600 Subject: [PATCH] readme update --- dist/CHANGELOG.md | 4 +++- dist/checksums.txt | 10 +++++----- readme.md | 4 ++++ 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/dist/CHANGELOG.md b/dist/CHANGELOG.md index 85eb174..c1e1a57 100644 --- a/dist/CHANGELOG.md +++ b/dist/CHANGELOG.md @@ -1,3 +1,5 @@ ## Changelog -f4a7c7a fix the release +522544a don't repeat yourself +85e7a03 fixed the readme flag +35727d6 quick change to readme diff --git a/dist/checksums.txt b/dist/checksums.txt index 057ee1f..775cf88 100644 --- a/dist/checksums.txt +++ b/dist/checksums.txt @@ -1,5 +1,5 @@ -78daa137f5b6e025cce8396169d6e6033f668ad40024875e7532a00d620da7eb heimdall_1.0.2_freebsd_armv6.tar.gz -b025427ecbaf807f99ac9906c1fbb9a2e82c15de9cf2fe349aed1439ce31f731 heimdall_1.0.2_Windows_i386.zip -e6490ec74193c2c777e5703872c8fe4274eb7d8c40b606e3761d20cd5f0ad6ed heimdall_1.0.2_freebsd_i386.tar.gz -1a7eee6fec4f8412679ed48720611722cb8b1a8e77fe19ddc7b219bd3a4e13ce heimdall_1.0.2_Windows_x86_64.zip -4434ca5940f857393dcdb6f6cb6fceda1f92009dba2e1871817c7fc0cab14c1a heimdall_1.0.2_freebsd_x86_64.tar.gz +d55d3e97da5602ad596a1dc486fad707e57d7e8818e20ba84892c387cbb2b5ce heimdall_1.0.3_freebsd_i386.tar.gz +0971b0a3a97c66f638715ee0a097ea1047de72334bf9bf2a2f6c69ed9bde20f4 heimdall_1.0.3_Windows_i386.zip +4eb00f0398209bbf3ced887824c706950ee1d86faff2bc5ed39de5afed8e558c heimdall_1.0.3_freebsd_armv6.tar.gz +560dae0d4c8b7fd55c8db01c09d3668e132ae69382b681f913cc14dc2b368a03 heimdall_1.0.3_Windows_x86_64.zip +ad32277bf8067a4992affb75b30babab1015748e345883b1e733ddf743b2d021 heimdall_1.0.3_freebsd_x86_64.tar.gz diff --git a/readme.md b/readme.md index b8a842d..75d2e4b 100644 --- a/readme.md +++ b/readme.md @@ -56,6 +56,10 @@ Telling heimdall to do that is easy - `heimdall --timeout=30m --log --logFilter=<[^<>]+> exportApplication` +## Can't you do this with a bash or powershell script? +You sure could - but you'd have to spend the time to build it, have separate scripts for at least windows and linux systems, and if you're using someone elses script, modify it to the point that it's going to work for your particular situation. You'll also have to handle multi-threading and logging yourself. + +`heimdall` is meant to be extremely easy to use across platforms and applications by design. You shouldn't have to write some complicated scripts to achieve what `heimdall` can do with a single command. ## More information