blob: e63fdfed6da48d2becf7961fe952cbdb425678ae [file] [log] [blame]
#!/bin/sh
if [ $1 = '-c' ];then
/bin/sh -c "$2"
else
/bin/sh
fi