mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-12 11:24:37 +08:00
8 lines
81 B
Bash
8 lines
81 B
Bash
#!/bin/sh
|
|
|
|
. /lib/functions/mise.sh
|
|
|
|
istore_runtime_env || exit 1
|
|
|
|
exec /bin/ash
|