OSDN Git Service

2021.01.14 Update
[rebornos/cnchi-gnome-osdn.git] / set_password
1 #!/bin/bash
2
3 export password=reborn
4
5 { autopasswd reborn reborn && exit 0; } || exit 1