File indexing completed on 2024-05-05 05:38:56

0001 for i in $@
0002 do
0003     . $i >/dev/null
0004 done
0005 
0006 # env may not support -0, fall back to GNU env
0007 env -0 2>/dev/null || genv -0