Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Much easier way to do this' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Much easier way to do this
Authored by: sgi_oh_too on Feb 26, '03 02:08:09PM
This hint is a rather strange way to perform this task. Just do the following at a prompt (%)

% cd ~/Desktop/
% echo "top" > top.command
% chmod a+x top.command

then just go double click the newly created "top.command" file on your desktop

[ Reply to This | # ]
Easier once, but...
Authored by: robg on Feb 26, '03 02:55:02PM

Now say you want 20 SSH shells for the various hosts you connect to. With this hint, you can duplicate the file once. With the other method (also documented here somewhere, I'm pretty sure), you have to create the 20 files by hand.

-rob.



[ Reply to This | # ]