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