#!/bin/sh
# 
# Fake history command for Ash.
#

cat $HOME/.ash_history 2>/dev/null || echo "No history file found..."
