6 lines
103 B
Bash
Executable file
6 lines
103 B
Bash
Executable file
#!/bin/bash
|
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|
|
|
. "../Software/yay/install.sh";
|
|
|
|
popd > /dev/null;
|