command to update all wordpress apps at once
This commit is contained in:
parent
2de79928de
commit
45bf1d582e
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Update apps
|
||||
|
||||
You can use the `update-app.sh` script to update an app, e.g. like this:
|
||||
|
||||
```
|
||||
./update-app.sh akismet
|
||||
```
|
||||
|
||||
To update all apps at once, use this command:
|
||||
|
||||
```
|
||||
find ../wp-content/plugins/ -maxdepth 1 -type d | xargs -L1 basename | xargs -L1 ./update-app.sh
|
||||
```
|
||||
|
Loading…
Reference in a new issue