text/gemini
``` now with git-web compatible paths
repo: shell-daemons
action: blob
revision:
path_from: poll-my-finger-ring.sh
revision_from: refs/heads/master:
path_to:
revision_to:
```
=> / git.thebackupbox.net
=> /shell-daemons/ shell-daemons
=> git://git.thebackupbox.net/shell-daemons git://git.thebackupbox.net/shell-daemons
## blob of:
=> /shell-daemons/tree/refs/heads/master:/ shell-daemons
/ poll-my-finger-ring.sh
=> /shell-daemons/blob_plain/refs/heads/master:/poll-my-finger-ring.sh blob_plain of this file
refs/heads/master:/poll-my-finger-ring.sh
```\n
#!/usr/bin/env bash
finger ring@thebackupbox.net \
| grep -A 1000 'and now for the list:' \
| tail -n+2 \
| while read a b c;do
echo 'checking: '"$c"
p="$(uricut -p <<< "$c")@$(uricut -d <<< "$c")"
finger "${p}"@thebackupbox.net | tail -n1
done
```\n
This content has been proxied by September (3851b).