5 lines
126 B
Bash
Executable file
5 lines
126 B
Bash
Executable file
#!/bin/bash
|
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|
source "../../Common/Config/GnomeExtensions/install.sh";
|
|
popd > /dev/null;
|