file/tests/file-tests/db/wsf/HelloWorld.wsf
Petr Šabata 686d1fd0fd RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/file#fef64163af9439cdacdbbe04a847f7dcf42b8987
2020-10-15 00:20:23 +02:00

8 lines
197 B
XML

<?xml version="1.0"?>
<job id="HelloWorld">
<script language="JScript" src="HelloWorld.js"/>
<script language="VBScript">
' Say Hello.
WScript.Echo "Hello, World!"
</script>
</job>