We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d600a commit c95e0e0Copy full SHA for c95e0e0
src/hst_generate_clidocs.sh
@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+
3
+for file in /usr/local/hestia/bin/*; do
4
+ echo "$file" >> ~/hestia_cli_help.txt
5
+ [ -f "$file" ] && [ -x "$file" ] && "$file" >> ~/hestia_cli_help.txt
6
+done;
7
8
+sed -i 's\/usr/local/hestia/bin/\\' ~/hestia_cli_help.txt
0 commit comments