Skip to content

bylzz/gls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gls - Distributed ls

Build

Create the /src/github.com/kelseyhightower directory and clone the gls repo under it:

$ mkdir $GOPATH/src/github.com/kelseyhightower
$ cd $GOPATH/src/github.com/kelseyhightower
$ git clone https://github.com/kelseyhightower/gls.git

Run the build script:

$ ./build

Usage

Server

$ sudo glsd

Client

$ gls /

About

Distributed ls client and server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.9%
  • Shell 5.1%