This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div class="form"> | |
| <ul class="tab-group"> | |
| <li class="tab active"><a href="#signup">Sign Up</a></li> | |
| <li class="tab"><a href="#login">Log In</a></li> | |
| </ul> | |
| <div class="tab-content"> | |
| <div id="signup"> | |
| <h1>Sign Up for Free</h1> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #! /bin/sh | |
| # ================================================================== | |
| # __ __ | |
| # ____ ___ ____ / /_____ _/ /_ ____ | |
| # / __ \/ _ \/ __ \/ __/ __ `/ __ \/ __ \ | |
| # / /_/ / __/ / / / /_/ /_/ / / / / /_/ / | |
| # / .___/\___/_/ /_/\__/\__,_/_/ /_/\____/ | |
| # /_/ | |
| # Pentaho CARTE startup scripts | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/sh | |
| # Usernames who will be using the Dropbox service | |
| DROPBOX_USERS="username" | |
| DAEMON=.dropbox-dist/dropboxd | |
| start() { | |
| echo "Starting dropbox..." | |
| for dbuser in $DROPBOX_USERS; do | 
NewerOlder