Commit 015688fe authored by Kenneth Reitz's avatar Kenneth Reitz

echo test

parent 7175e3c7
...@@ -6,3 +6,5 @@ BUILD_DIR=$1 ...@@ -6,3 +6,5 @@ BUILD_DIR=$1
# 'Python/Django' if there is a [mysite]/settings.py file present; otherwise 'Python' # 'Python/Django' if there is a [mysite]/settings.py file present; otherwise 'Python'
ls $BUILD_DIR/**/settings.py &> /dev/null && echo Python/Django || echo Python ls $BUILD_DIR/**/settings.py &> /dev/null && echo Python/Django || echo Python
echo kennethreitz
\ No newline at end of file
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