Skip to content

Instantly share code, notes, and snippets.

View zezadas's full-sized avatar

zezadas zezadas

View GitHub Profile

Keybase proof

I hereby claim:

  • I am zezadas on github.
  • I am zezadas (https://keybase.io/zezadas) on keybase.
  • I have a public key whose fingerprint is 7FD8 5396 DB76 8A3A DB77 8899 185C B478 3F1F B49E

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am zezadas on github.
  • I am zezadas (https://keybase.io/zezadas) on keybase.
  • I have a public key whose fingerprint is 7FD8 5396 DB76 8A3A DB77 8899 185C B478 3F1F B49E

To claim this, I am signing this object:

#!/bin/bash
#credits to zezdadas and megaleak
#dont expect much this took me 5 minutes to write...
while read line
do
name=$line
um=$(echo "$line" | cut -d '-' -f 1 | tr -d '[[:space:]]')
dois=$(echo "$line" | cut -d '-' -f 2 | tr -d '[[:space:]]')
#if [[ "$um" =~ "$dois" ]]
#then