TIL, you can chain multiple commands in PowerShell through a semicolon ';'.
example, to clone a repo and do npm install
and npm start
:
git clone example.com/repo.git ./awesome-repo;cd ./awesome-repo;npm install;npm start
TIL, you can chain multiple commands in PowerShell through a semicolon ';'.
example, to clone a repo and do npm install
and npm start
:
git clone example.com/repo.git ./awesome-repo;cd ./awesome-repo;npm install;npm start
For further actions, you may consider blocking this person and/or reporting abuse
Arindam Mitra -
AJ Kerrigan -
Asidipta -
Camilo Martinez -
Once suspended, limxingzhi will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, limxingzhi will be able to comment and publish posts again.
Once unpublished, all posts by limxingzhi will become hidden and only accessible to themselves.
If limxingzhi is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to XING.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag limxingzhi:
Unflagging limxingzhi will restore default visibility to their posts.
Top comments (0)