Skip to content

Instantly share code, notes, and snippets.

@YANOUSHek
Created October 27, 2011 13:46

Revisions

  1. YANOUSHek created this gist Oct 27, 2011.
    27 changes: 27 additions & 0 deletions pyc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    Server 1
    ========

    [11] root at fotoportal in ~/Dropbox/dotfiles/hgextensions
    $ python --version
    Python 2.5.2

    [11] root at fotoportal in ~/Dropbox/dotfiles/hgextensions
    $ rm *pyc

    [11] root at fotoportal in ~/Dropbox/dotfiles/hgextensions
    $ ls
    bom.py prompt.py prompt.pyc templates

    Server 2
    ========

    [11] root at hostedmaestro in ~/Dropbox/dotfiles/hgextensions
    $ python --version
    Python 2.5.2

    [11] root at hostedmaestro in ~/Dropbox/dotfiles/hgextensions
    $ rm *pyc

    [11] root at hostedmaestro in ~/Dropbox/dotfiles/hgextensions
    $ ls
    bom.py prompt.py templates