Class: Techinform::Projects

Inherits:
Thor
  • Object
show all
Defined in:
lib/techinform/projects.rb

Instance Method Summary collapse

Instance Method Details

#listObject



6
7
8
9
# File 'lib/techinform/projects.rb', line 6

def list
  # Display only directories
  puts `ls -F ~/projects/ | grep /`.gsub('/', '')
end