6 lines
74 B
Bash
Executable File
6 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
echo INIIIIT
|
|
|
|
# set root passwd
|
|
echo -e "root\nroot" | passwd
|