#!/bin/bash
while IFS= read -r line; do
moosh -n plugin-install -f $line
done < plugins.txt
Install all plugins from file
#!/bin/bash
while IFS= read -r line; do
moosh -n plugin-install -f $line
done < plugins.txt
Install all plugins from file
Your account will be closed and all data will be permanently deleted and cannot be recovered. Are you sure?