Commit 6e8c0c17 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #274 from diofeher/master

A python plugin 
parents 14bb3105 b2d5b436
# Find python file
alias pyfind='find . -name "*.py"'
# Remove python compiled byte-code
alias pyclean='find . -type f -name "*.py[co]" -exec rm -f \{\} \;'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment