✏️ 正在编辑: test_shells.aug
路径:
/snap/certbot/5758/usr/share/augeas/lenses/dist/tests/test_shells.aug
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
(* Test for shells lens *) module Test_shells = let conf = "# this is a comment /bin/bash /bin/tcsh /opt/csw/bin/bash # CSWbash " test Shells.lns get conf = { "#comment" = "this is a comment" } {} { "1" = "/bin/bash" } { "2" = "/bin/tcsh" } { "3" = "/opt/csw/bin/bash" { "#comment" = "CSWbash" } }
💾 保存文件
← 返回文件管理器