3 lines
26 B
Bash
3 lines
26 B
Bash
#!/bin/sh
|
|
|
|
passwd -d root
|
#!/bin/sh
|
|
|
|
passwd -d root
|