4 lines
92 B
Bash
4 lines
92 B
Bash
|
#!/bin/bash
|
||
|
dir="${BASH_SOURCE%/*}";
|
||
|
source "$dir/../../Config/GnomeExtensions/install.sh";
|