mirror of
https://gitlvb.teallvbs.xyz/IQ.Lvbs/IQ.Pilot.git
synced 2026-06-08 13:34:35 +08:00
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
IFS=$'\n\t'
|
|
|
|
exec ./launch_chffrplus.sh
|