1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-06-23 07:37:21 +02:00

11 lines
221 B
Ruby
Executable File

#!/usr/bin/env ruby
# Prompt for the whatever
print "Enter the IPFS hash/addr: "
# Get the input without \n
ipfsthing = gets.chomp
ipfsgateway = "https://ipfs.io/ipfs/"
# Output the address
puts ipfsgateway + ipfsthing