metasploitable3/chef/cookbooks/metasploitable/files/sinatra/start.sh
2017-04-05 15:59:49 -05:00

6 lines
60 B
Bash

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