This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require 'xmlrpc/client' | |
puts "Please enter your Confluence base URL:" | |
base = STDIN.gets.chomp | |
puts "Please enter your username:" | |
user_name = STDIN.gets.chomp |