From 57d7cdf8f9e6e858e9a8e5774c5739f5b50260a7 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 8 Aug 2024 16:15:10 -0400 Subject: [PATCH] Restore README.md and commit.sh (lost in migration) --- README.md | 9 +++++++++ commit.sh | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 README.md create mode 100755 commit.sh diff --git a/README.md b/README.md new file mode 100644 index 0000000..697a785 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# libmutton +libmutton is a library for building simple, SSH-synchronized password managers in Go. + +Do not build projects off of this repo until v0.2.1 is tagged (this repo is currently undergoing a migration process from the [MUTN repo](https://github.com/rwinkhart/MUTN). + +> [!WARNING] +>It is your responsibility to assess the security and stability of libmutton and to ensure it meets your needs before using it. +>I am not responsible for any data loss or breaches of your information resulting from the use of libmutton. +>libmutton is a new project that is constantly being updated, and though safety and security are priorities, they cannot be guaranteed. diff --git a/commit.sh b/commit.sh new file mode 100755 index 0000000..8d7c559 --- /dev/null +++ b/commit.sh @@ -0,0 +1,3 @@ +#!/bin/sh +git commit -am "$1" +git push