Files
2026-02-07 20:22:48 +08:00

10 lines
128 B
Bash
Executable File

#!/bin/sh
export ENV='/etc/adb_profile'
if [ $1 = '-' ];then
/bin/sh
elif [ $1 = '-c' ];then
/bin/sh -c "$2"
else
/bin/sh
fi