After compiling and installing the DUP System, you must first start dupd. You do not need to specify any command-line options at this time. Then, write a simple DUP application, for example like this:
hello@localhost[1|DUP:1]$ echo "Hello World";
Store this line in a file called hello.dup. Running hello.dup will direct the standard output (1) of the echo command to the standard output of the dup command. In order to invoke the command, run:
$ dup < hello.dup
If it works, you should get back the output "Hello World".
Recent comments
9 min 3 sec ago
11 hours 47 min ago
22 hours 30 min ago
22 hours 30 min ago
22 hours 31 min ago
22 hours 33 min ago
1 day 9 hours ago
1 day 9 hours ago
1 day 9 hours ago
1 day 9 hours ago