shell
[root@test_android_client_download ~]# sed 'N;s#\n#=#g' text.sh
stu494=e222f
stu495=bedf3
stu496=92236
stu497=49b91
[root@test_android_client_download ~]# cat text.sh|xargs -n 2|sed 's# #=#g'
stu494=e222f
stu495=bedf3
stu496=92236
stu497=49b91
[root@test_android_client_download ~]# cat text.sh
stu494
e222f
stu495
bedf3
stu496
92236
stu497
49b91
[root@test_android_client_download ~]#