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