| 
                Last change
                  on this file since 2594 was
                  773,
                  checked in by quentin, 17 years ago
           | 
        
        
          | 
            Add a "signup" meta-script for signing up individual services
           | 
        
        
          
            
              - 
                  Property svn:executable set to
                  
*
               
             
           | 
        
        | 
            File size:
            503 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | #!/bin/sh | 
|---|
| 2 |  | 
|---|
| 3 | if [ "$1" = "web" ]; then | 
|---|
| 4 |     athrun scripts signup-web | 
|---|
| 5 | elif [ "$1" = "cron" ]; then | 
|---|
| 6 |     athrun scripts signup-cron | 
|---|
| 7 | elif [ "$1" = "mail" ]; then | 
|---|
| 8 |     athrun scripts signup-mail | 
|---|
| 9 | elif [ "$1" = "sql" ]; then | 
|---|
| 10 |     athrun scripts signup-sql | 
|---|
| 11 | else | 
|---|
| 12 |     echo "Scripts has multiple services you can sign up for:" | 
|---|
| 13 |     echo "    signup-web    Web script hosting" | 
|---|
| 14 |     echo "    signup-cron   Scheduled jobs" | 
|---|
| 15 |     echo "    signup-mail   Mail scripts" | 
|---|
| 16 |     echo "    signup-sql    MySQL hosting" | 
|---|
| 17 |     exit 1 | 
|---|
| 18 | fi | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.