metasploitable3/chef/cookbooks/metasploitable/files/sinatra/start.sh
2017-07-12 17:13:45 -05:00

6 lines
60 B
Bash

#!/bin/sh
cd /opt/sinatra
bundle install
ruby ./server.rb