mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
8 lines
47 B
Bash
8 lines
47 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
pushd $(dirname $0)
|
||
|
|
||
|
popd
|