We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852ea0f commit 6a5bbc9Copy full SHA for 6a5bbc9
script/jiku_istat/jiku_istat.sh
@@ -1,5 +1,10 @@
1
#!/bin/bash
2
3
+### requisiti ###
4
+# jq, https://github.com/jqlang/jq
5
+# miller, https://miller.readthedocs.io/en/6.13.0/
6
7
+
8
set -x
9
set -e
10
set -u
0 commit comments