Add stump of web project.
This commit is contained in:
1
web/utils/.htaccess
Normal file
1
web/utils/.htaccess
Normal file
@ -0,0 +1 @@
|
||||
deny from all
|
3
web/utils/google-compiler
Executable file
3
web/utils/google-compiler
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
me=$(dirname "$0")
|
||||
java -jar "$me/google-compiler.jar" $@
|
BIN
web/utils/google-compiler.jar
Normal file
BIN
web/utils/google-compiler.jar
Normal file
Binary file not shown.
3
web/utils/yuicompressor
Executable file
3
web/utils/yuicompressor
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
me=$(dirname "$0")
|
||||
java -jar "$me/yuicompressor-2.4.6.jar" $@
|
BIN
web/utils/yuicompressor-2.4.6.jar
Normal file
BIN
web/utils/yuicompressor-2.4.6.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user