Skip to content

Instantly share code, notes, and snippets.

View kang8's full-sized avatar
😄
happy

kang kang8

😄
happy
View GitHub Profile
@egmontkob
egmontkob / Hyperlinks_in_Terminal_Emulators.md
Last active July 20, 2024 23:50
Hyperlinks in Terminal Emulators
@thinkerbot
thinkerbot / interact_example
Created October 25, 2012 03:06
Expect examples
#!/bin/bash
# works
cat > example <<SCRIPT
#!/usr/bin/env expect -f
spawn irb
interact
SCRIPT
chmod +x example
./example