Skip to content

Instantly share code, notes, and snippets.

@bedhed
bedhed / shlog.sh
Created October 12, 2011 22:06 — forked from olbat/shlog.sh
shlog is a bash script that allow you to record a shell session by logging command history and giving diff of edited files
#!/bin/bash -e
####
# shlog is a bash script that allow you to record a shell session by logging
# command history and giving diff of edited files
####
# User notes:
# - Install:
# Load the script using 'source shlog.bash' (add it to your .bashrc
# to load it automatically)