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