Skip to content
Snippets Groups Projects
Commit 47f11e06 authored by Ferenc Schulcz's avatar Ferenc Schulcz
Browse files

Script to pull everything

parent 500849f6
Branches
No related tags found
No related merge requests found
#!/bin/sh
cd $(dirname $(realpath "$0"))
for plugin in plugins/*/; do
echo "Pulling ${plugin}..."
cd "$plugin"
git pull
cd ../..
done
echo "Pulling framework..."
git pull
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment