Skip to content

Instantly share code, notes, and snippets.

@cocontusfine
Created December 19, 2008 12:18
Show Gist options
  • Save cocontusfine/37993 to your computer and use it in GitHub Desktop.
Save cocontusfine/37993 to your computer and use it in GitHub Desktop.
undefined
# -*- coding: utf-8 -*-
h = Hash.new("UNIXコマンドを入れてください")
h["時間"]=`date`
h["カレンダー"]=`cal`
h["環境"]=`env`
h["ユーザー"]=`id`
h["ホストネーム"]=`host`
h.store("グループ",`group`)
puts h[ARGV.first]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment