blob: e63fdfed6da48d2becf7961fe952cbdb425678ae [file] [log] [blame]
xf.li86118912025-03-19 20:07:27 -07001#!/bin/sh
2if [ $1 = '-c' ];then
3 /bin/sh -c "$2"
4else
5 /bin/sh
6fi