On 8/14/06, <b class="gmail_sendername">Dries Buytaert</b> &lt;<a href="mailto:dries.buytaert@gmail.com">dries.buytaert@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I agree. I've never used the sympal script but from what I understand<br>they have nothing to do with the code-style.sh and code-clean.sh<br>functionality.&nbsp;&nbsp;Devel.module is more appropriate</blockquote><div>One case for script/ that I can think of, and something almost all of us would end up using almost daily :
<br><br><a href="http://drupal.org/node/59863">http://drupal.org/node/59863</a><br><br>Essentially it's a command line wrapper for Drupal.<br><br>This can be useful for a great many things, but imo primarily for automating the install system.
<br><br>for installing a new site of a specific distribution :<br>scripts/drupal.sh --cmd install.php --site <a href="http://mydomain2.com">mydomain2.com</a> --db mysql://username:pass@localhost/dbname install profilename
<br><br>for updating a specific site (useful in a script which recurrs through sites/ whenever you alter the source) :<br>scripts/drupal.sh --cmd update.php ---site <a href="http://mydomain.com">mydomain.com</a> update<br>
<br><br><br><br></div></div>