Re: FVWM: How to exec the following from menu????

From: Kai Grossjohann <grossjohann_at_charly.informatik.uni-dortmund.de>
Date: 12 Dec 1996 16:50:27 +0100

>>>>> Michael J Carter writes:

  Michael> forteops_at_fuggles$ { ssh -n forte6 run_cmd forte-ioc } >/dev/console 2>&1 &

{ ... } groups a number of statements into one statement. As you're
grouping just one statement you can omit the { ... } safely, I should
think.

The Exec directive probably means that Fvwm just tries to exec the
first word as a program, as that is "{", it doesn't have much luck.

You can always do

Exec /bin/sh -c "{ ssh -n forte6 run_cmd forte-ioc } >/dev/console 2>&1 &"

I suppose.

Does this help?
kai
-- 
I wonder why nobody don't like me,
or is it de fact dat I'm ugly? -- Harry Belafonte
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Thu Dec 12 1996 - 09:50:56 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:59 BST