Subversion Repositories php_guestbook

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
#!/bin/bash
2
 
3
OLDDIR=$( pwd )
4
DIR=$( dirname "$0" )
5
 
6
cd "$DIR"
7
 
8
git clone https://github.com/google/recaptcha.git
9
 
10
cd "$OLDDIR"
11