Skip to content

Instantly share code, notes, and snippets.

@YANOUSHek
Created October 27, 2011 13:46
Show Gist options
  • Save YANOUSHek/1319572 to your computer and use it in GitHub Desktop.
Save YANOUSHek/1319572 to your computer and use it in GitHub Desktop.
pyc
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment