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

6 lines
60 B
Bash
Raw Normal View History

2017-04-05 22:59:49 +02:00
#!/bin/sh
cd /opt/sinatra
bundle install
ruby ./server.rb