diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..24530c3 --- /dev/null +++ b/COPYING @@ -0,0 +1,4 @@ +Freedom License v1 (2023年05月12日) + +全く無限的自由です。 +It's infinite freedom. diff --git a/DPL-2.3 b/DPL-2.3 deleted file mode 100644 index fea1963..0000000 --- a/DPL-2.3 +++ /dev/null @@ -1,15 +0,0 @@ -Discordian Public License 2.3 (DPL-2.3) - -All Rites Reversed (ĸ) 3188 Aoi Koizumi [Champagne Supernova the 1st Magician of Chaotic Confusion] - -Permission is hereby granted, to any person obtaining a copy of this -material without restriction, including but not limited the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the material, subject to the following conditions: - -YOU AGREE THAT THERE IS NO GODDESS BUT GODDESS AND SHE IS YOUR GODDESS & -THAT THERE IS NO ERISIAN MOVEMENT BUT THE ERISIAN MOVEMENT AND IT IS THE -ERISIAN MOVEMENT. - -HAIL ERIS! -FIVE TONS OF FLAX diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..392c115 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +PREFIX=/usr/local + +install: + install -m0755 git-send-paste ${PREFIX}/bin/git-send-paste + install -m0755 git-send-xmpp ${PREFIX}/bin/git-send-xmpp +uninstall: + rm -f ${PREFIX}/bin/git-send-paste + rm -f ${PREFIX}/bin/git-send-xmpp diff --git a/README b/README index 60fe979..3e5534d 100644 --- a/README +++ b/README @@ -8,4 +8,4 @@ These scripts are sort of inspired by git-send-email & co. * It assumes a termbin instance is running on port 9999 * git-send-xmpp - * Depends on xmppc (git@codeberg.org:Anoxinon_e.V./xmppc) \ No newline at end of file + * Depends on go-sendxmpp \ No newline at end of file diff --git a/git-send-paste b/git-send-paste index 99e92c3..4a63477 100644 --- a/git-send-paste +++ b/git-send-paste @@ -1,5 +1,5 @@ #!/bin/sh -# $KyokoNet: git-send-paste, v 0.1.0 2022/11/11 22:20:00 akoizumi Exp $ +# $TheSupernovaDuo: git-send-paste,v 0.1.0 2023/5/27 23:35:57 yakumo_izuru Exp $ # # Send git patches to a pastebin endpoint using nc(1) # https://git.kyoko-project.wer.ee/koizumi.aoi/git-crap diff --git a/git-send-xmpp b/git-send-xmpp index 6010e07..45a4e6a 100644 --- a/git-send-xmpp +++ b/git-send-xmpp @@ -1,9 +1,11 @@ #!/bin/sh -# $KyokoNet: git-send-xmpp, v0.0.3, 2022/11/22 17:48:03 akoizumi Exp $ +# $TheSupernovaDuo: git-send-xmpp,v 0.0.4 2023/5/27 23:31:33 yakumo_izuru Exp $ # # Send git patches over the XMPP protocol -# https://git.kyoko-project.wer.ee/koizumi.aoi/git-crap +# https://git.chaotic.ninja/yakumo.izuru/git-crap +# I have a feeling I could totally do this in Golang, +# if I wasn't inept with I/O handling in real programming usage() { cat <