目录例子:https://tcpdf.org/examples/example_045/
CSS:https://tcpdf.org/examples/example_061/
目录例子:https://tcpdf.org/examples/example_045/
CSS:https://tcpdf.org/examples/example_061/
第一种:使用 “nohup”,即 “nohup ./test.sh &”,忽略hangup信号,防止终端关闭时程序退出。
运行状态可以用 “jobs -l” 来查看。
第二种:使用 “setsid” 即 “setsid ./test.sh” 。
第三种:最简单,将命令放入括号当中,比如说:(./test &),这样就行了。
setenv default -f -a //清除之前的设置 saveenv //保存设置