Skip to content

Instantly share code, notes, and snippets.

View ianyon's full-sized avatar

Ian Alon Francisco Yon Yon ianyon

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ianyon on github.
  • I am ianyon (https://keybase.io/ianyon) on keybase.
  • I have a public key ASDw-7o-SURKOH84IZy1ggJF05oh7Bl3UVsWQfvYkkYo-go

To claim this, I am signing this object:

@ianyon
ianyon / hackertyper.sh
Last active September 25, 2015 03:30
Function for ".bashrc" that works like HackerTyper
#!/bin/bash
###########################################################################
# Prints source code in screen when pressing any key
# Arguments:
# $1: Extension of the files, without "."
# $2 (optional): Number of characters to print with each keystroke.
# Default 10
# $3 (optional): Filename or path of files to print
###########################################################################
hackertyper () {