diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,10 +17,10 @@ The source tree is the following: └── src ├── gitjoe │ ├── addsshkey.pl + │ ├── adduser.pl │ ├── chdesc.pl │ ├── chowner.pl │ ├── newrepo.pl - │ ├── newuser.pl │ ├── rmrepo.pl │ └── rmuser.pl ├── other @@ -34,4 +34,4 @@ The source tree is the following: - ~gitjoe/~ scripts are meant to be run on the server directly. They are tools to add GitJoe users, repos, change descritpion, etc. - ~update/~ scripts are run via cron jobs. They update the GitJoe repositories front-end website via ~stagit~ and pull ~master~ branches of the websites via ~git~. - ~other/~ script is just a single line the start the ~git daemon~ to serve public repositories. -- The ~vps-do.pl~ script allows you to execute one of the distant scripts on your home terminal, opening and closing the ~ssh~ session for you. +- The ~vps-do.pl~ script allows you to execute one of the distant scripts from your home terminal, opening and closing the ~ssh~ session for you. You still need the ~dash~ shell as a dependency on your home terminal. |