Skip to content

kulishkin/directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run bash application

  • Change array of dirs (dirs=("dir1" "dir2" "dir3")).
  • Run ./count.sh

Run go application

  • Change array of dirs (dirs := []string{"dir1", "dir2", "dir3"}).
  • Build application
    docker run --rm -v "$PWD":/usr/src/app -w /usr/src/app golang:1.13 go build -v
  • Run ./app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published