Created
March 2, 2010 21:33
-
-
Save gsf/319975 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git clone git://github.com/visionmedia/express.git | |
Initialized empty Git repository in /home/gsf/git/express/.git/ | |
remote: Counting objects: 5043, done. | |
remote: Compressing objects: 100% (2059/2059), done. | |
remote: Total 5043 (delta 3006), reused 4923 (delta 2898) | |
Receiving objects: 100% (5043/5043), 637.16 KiB, done. | |
Resolving deltas: 100% (3006/3006), done. | |
$ cd express/ | |
$ grep -rl posix . | |
./spec/node.js | |
./lib/express/static.js | |
./lib/express/plugins/view.js | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment