Skip to content

Commit

Permalink
example added
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbalaci committed Oct 6, 2011
1 parent 5423c7b commit 35ec025
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions us.py
Expand Up @@ -4,6 +4,11 @@
# When to use: creating directories/files and we want to avoid spaces # When to use: creating directories/files and we want to avoid spaces
# in their names. # in their names.
# #
# Example:
# --------
# mv thinkpython.pdf `us "How to Think Like a Computer Scientist.pdf"`
# => How_to_Think_Like_a_Computer_Scientist.pdf
#
# Usage: us <text> # Usage: us <text>


import sys import sys
Expand Down

0 comments on commit 35ec025

Please sign in to comment.