metasploitable3/chef/cookbooks/metasploitable/templates/readme_app/start.sh.erb

6 lines
117 B
Plaintext
Raw Normal View History

2017-07-13 19:50:14 +02:00
#!/bin/sh
cd /opt/readme_app
bundle install
rails s -b 0.0.0.0 -p <%= node[:metasploitable][:ports][:readme_app] %>