init project setup

This commit is contained in:
Jonas Boner 2009-02-16 13:53:10 +01:00
commit 0a31ad7188
15 changed files with 503 additions and 0 deletions

2
scripts/dos_to_unix.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
find . -name *.scala -exec dos2unix {} \;