mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-22 16:00:58 +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"
|