forked from tfcoop/www_duniayetu
5 lines
142 B
Bash
5 lines
142 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
git pull ~/code/github/freeflowuniverse/webcomponents
|
||
|
git pull ~/code/github/freeflowuniverse/crystallib
|
||
|
echo "UPDATE OK"
|