1
0
Koung 5 жил өмнө
parent
commit
c0e340e8c1
1 өөрчлөгдсөн 16 нэмэгдсэн , 0 устгасан
  1. 16 0
      pages/common/gotty.md

+ 16 - 0
pages/common/gotty.md

@@ -0,0 +1,16 @@
+# gotty
+
+> Share your terminal as a web application.
+> More information: <https://github.com/yudai/gotty>.
+
+- Share result of command:
+
+`gotty {{command}}`
+
+- Share with write permission:
+
+`gotty -w {{shell}}`
+
+- Share with credential (Basic Auth):
+
+`gotty -w -c {{username}}:{{password}} {{shell}}`