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
# frozen_string_literal: true | |
require 'json' | |
require 'open-uri' | |
require 'elasticsearch' | |
RUNDECK_TOKEN = '<TOKEN>' | |
RUNDECK_URI = 'https://rundeck.example.com/api' | |
PROJECT_ID = 123 |
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
defencoding en_US.UTF-8 | |
setenv SCREEN_LANG | |
setenv LANG $SCREEN_LANG | |
startup_message off | |
autodetach on | |
defscrollback 10000 | |
altscreen on | |
#bindkey -m "^[[5;2~" stuff ^b | |
# Use xterm screen buffer |