1
0
Fork 0
mirror of https://github.com/vbatts/persistent-shell-history.git synced 2024-11-22 07:35:38 +00:00
persistent-shell-history/lib/persistent-shell-history.rb

10 lines
165 B
Ruby
Raw Normal View History

2012-08-24 00:17:36 +00:00
require 'persistent-shell-history/version'
require 'persistent-shell-history/bash-history'
2012-08-23 21:38:33 +00:00
module Persistent
module Shell
end
end
# vim: set sts=2 sw=2 et ai: