added Ubiquity

This commit is contained in:
Alex Malinovich
2008-09-03 04:56:12 +08:00
committed by Mike Donaghy
parent 9955ad834b
commit af512b093a

3
u/ubiquity.ubiquity Normal file
View File

@@ -0,0 +1,3 @@
function cmd_hello_world() {
displayMessage("Hello, World!");
}