metasploitable3/chef/cookbooks/metasploitable/files/readme_app/start.sh

6 lines
72 B
Bash
Raw Normal View History

2017-04-20 21:44:26 +02:00
#!/bin/sh
cd /opt/readme_app
bundle install
rails s -b 0.0.0.0 -p 3500