configure 92 B

1234567
  1. #!/bin/sh
  2. #
  3. # Redirects to the config directory and runs conf.pl
  4. cd config
  5. ./conf.pl
  6. cd ..