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


Using | 18 comments | Create New Account
Click here to return to the 'Using' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Using
Authored by: Andrea on Feb 05, '03 09:41:04AM

Can I use "at" to run a "configure-make-make install" dance? I mean, if I write a file (say runit.txt) with the following commands:

./configure
make
make install

can I get the wanted result with:

% at -f runit.txt 00:00am

???



[ Reply to This | # ]