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