/ Published in: Bash
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 #!/bin/sh source=$1; shortname=$2; svk mirror $source //$shortname/main svk sync //$shortname/main svk cp //$shortname/main //$shortname/local -m "Creating //$shortname/local" svk co //$shortname/local ~/src/$shortname
Comments
                    Subscribe to comments
                
                