diff --git a/docs/cmnds/adduser-1line.md b/docs/cmnds/adduser-1line.md index dfb86b7..2ee3d24 100644 --- a/docs/cmnds/adduser-1line.md +++ b/docs/cmnds/adduser-1line.md @@ -6,4 +6,5 @@ sudo adduser USER --gecos "69,69,69,69" --disabled-password;echo "USER:PWD" | su ``` ``` -bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/custom-cmds-in-ubuntu/bin_examples/autouser)" USER PWD``` \ No newline at end of file +bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/custom-cmds-in-ubuntu/bin_examples/autouser)" USER PWD +``` \ No newline at end of file