7 lines
127 B
Bash
Executable file
7 lines
127 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd -- "$(dirname -- "${BASH_SOURCE[0]}" )"
|
|
|
|
cd themes/launcher
|
|
git fetch origin master
|
|
git checkout origin/master
|