Commit b1f8bf9f authored by Kenneth Reitz's avatar Kenneth Reitz

whitespace

parent 7af51759
#!/usr/bin/env bash #!/usr/bin/env bash
if [ -f bin/post_compile]; then if [ -f bin/post_compile ]; then
source bin/post_compile source bin/post_compile
fi fi
\ No newline at end of file
#!/usr/bin/env bash #!/usr/bin/env bash
if [ -f bin/pre_compile]; then if [ -f bin/pre_compile ]; then
source bin/pre_compile source bin/pre_compile
fi fi
\ 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