We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70d174 commit 3d74fe1Copy full SHA for 3d74fe1
1 file changed
modules/share/airootfs.any/root/functions.sh
@@ -1,4 +1,16 @@
1
#!/usr/bin/env bash
2
+#
3
+# Yamada Hayao
4
+# Twitter: @Hayao0819
5
+# Email : hayao@fascode.net
6
7
+# (c) 2019-2021 Fascode Network.
8
9
+# functions.sh
10
11
+# bash functions for customize_airootfs.sh
12
13
+
14
15
# Check whether true or false is assigned to the variable.
16
function check_bool() {
0 commit comments