mirror of
https://github.com/bumi/openalias-ruby
synced 2025-06-15 22:48:14 +00:00
Openalias.org is great! There is openalias.rs (written in Rust) to lookup and parse OpenAlias data. This is a ruby wrapper around that rust library. I don't know what I am doing so use at your own risk..and with care.
9 lines
131 B
Bash
Executable File
9 lines
131 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
IFS=$'\n\t'
|
|
set -vx
|
|
|
|
bundle install
|
|
|
|
# Do any other automated setup that you need to do here
|