#!/bin/sh sudo rm /var/lib/mongodb/mongod.lock sudo -u mongodb mongod -f /etc/mongodb.conf --repair sudo service mongodb start
Standard input is empty
Standard output is empty
prog.sh: line 2: sudo: command not found prog.sh: line 3: sudo: command not found prog.sh: line 4: sudo: command not found