mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-23 00:00:59 +00:00
5 lines
100 B
Bash
5 lines
100 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
exec "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/init.sh"
|