-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: actpub
action: blob
revision:
path_from: ap-iam
revision_from: refs/heads/master:
path_to:
revision_to:

git.thebackupbox.net

actpub

git://git.thebackupbox.net/actpub

blob of:

actpub

/ ap-iam

refs/heads/master:/ap-iam
 #!/usr/bin/env bash
 if [ ! "$1" ];then
   printf "usage: ap-iam user@host\n" >&2
   printf "identify yourself as user@host in the config file.\n" >&2
   printf "read this script to see where it stores this.\n" >&2
   exit 1
 fi
 iam="$1"

 mkdir -p ~/.config/ap
 printf "%s\n" "$1" > ~/.config/ap/iam

-- Response ended

-- Page fetched on Sun Jun 2 16:42:37 2024