25 lines
229 B
Plaintext
25 lines
229 B
Plaintext
sudo
|
|
rm -rf
|
|
rm -fr
|
|
curl
|
|
wget
|
|
git clone
|
|
git push
|
|
git pull
|
|
git commit
|
|
git rebase
|
|
git reset
|
|
npm install
|
|
npm i
|
|
yarn add
|
|
yarn install
|
|
pnpm add
|
|
pnpm install
|
|
pip install
|
|
pip3 install
|
|
composer install
|
|
bash -c
|
|
sh -c
|
|
curl | bash
|
|
wget | sh
|