I hereby claim:
- I am armeenm on github.
- I am armeen (https://keybase.io/armeen) on keybase.
- I have a public key ASDqr-fWq4-pzEQi5WlHNJ-Ya4z24nuYER43V6P2qDyThwo
To claim this, I am signing this object:
var Fi=Object.create;var cr=Object.defineProperty;var Ui=Object.getOwnPropertyDescriptor;var Di=Object.getOwnPropertyNames;var Mi=Object.getPrototypeOf,Bi=Object.prototype.hasOwnProperty;var Wi=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),U=(r,e)=>{for(var o in e)cr(r,o,{get:e[o],enumerable:!0})},Hi=(r,e,o,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Di(e))!Bi.call(r,a)&&a!==o&&cr(r,a,{get:()=>e[a],enumerable:!(n=Ui(e,a))||n.enumerable});return r};var $i=(r,e,o)=>(o=r!=null?Fi(Mi(r)):{},Hi(e||!r||!r.__esModule?cr(o,"default",{value:r,enumerable:!0}):o,r));var li=Wi((we,si)=>{var or=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof global<"u"&&global,nr=function(){function r(){this.fetch=!1,this.DOMException=or.DOMException}return r.prototype=or,new r}();(function(r){var e=function(o){var n=typeof r<"u"&&r||typeof self<"u"&&self||typeof global<"u"&&global||{},a={searchParams:"URLSearchParams"in n,iterable:"Symbol"in n&&"iterator"in Symbol,blob:"FileReader"in n&&"Bl |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
declare -a COLORS | |
j=0 | |
# Default colors are light for dark terminals. | |
# Use '-l' option for normal (darker) text. | |
# Red, green, yellow, blue, magenta, cyan. | |
for i in {91..96}; do COLORS[$j]=$i; let "j++"; done | |
usage() { |