commit 853d6e0146197df13e5652385563a760375904c4 Author: Liam Waldron Date: Tue Mar 28 20:02:52 2023 -0400 init diff --git a/README b/README new file mode 100644 index 0000000..8d70c27 --- /dev/null +++ b/README @@ -0,0 +1,14 @@ ++ everest-tools-bin + +This repository contains statically linked, security-hardened binaries of certain +Everest tools. These binaries can be run anywhere, especially embedded and rescue +systems. + +* Downoading + +Individual tools can be downloaded with the following command: + (user)$ curl -O -J https://git.everestlinux.org/EverestLinux/everest-tools-bin/raw/branch/main/TOOL + +Or, the whole repository can be cloned: + (user)$ git clone https://git.everestlinux.org/EverestLinux/everest-tools/bin + diff --git a/ecrypt b/ecrypt new file mode 100755 index 0000000..67837cb Binary files /dev/null and b/ecrypt differ diff --git a/pm b/pm new file mode 100755 index 0000000..6513ad1 Binary files /dev/null and b/pm differ