Class: Bashly::Commands::Generate
- Defined in:
- lib/bashly/commands/generate.rb
Instance Method Summary collapse
Methods included from AssetHelper
Instance Method Details
#run ⇒ Object
14 15 16 17 18 |
# File 'lib/bashly/commands/generate.rb', line 14 def run create_user_files create_master_script say "run !txtpur!#{master_script_path} --help!txtrst! to test your bash script" end |