Skip to content

Instantly share code, notes, and snippets.

@davepagurek
davepagurek / setup.sh
Last active October 10, 2017 04:58
Add arrow keys to db2. Run `db2c`
#!/usr/bin/env bash
# install rlwrap
cd ~
git clone https://github.com/hanslub42/rlwrap.git
cd rlwrap
autoreconf --install
./configure --prefix=$HOME
make
make install