You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Examples/example-2.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
The code below is from an installer project that can be refered to at this link: https://github.com/StrangeRanger/NadekoBot-BashScript/blob/master/installer_prep.sh
1
+
The code below is from an installer project that can be refered to at this link: https://github.com/StrangeRanger/NadekoBot-BashScript/blob/master/installer_prep.sh. As a note, this code is what's executed by the code in the example-1.md file.
2
2
3
3
## Example
4
4
5
5
```bash
6
6
#!/bin/bash
7
7
#
8
-
# This script looks at the operating system, architecture, bit type, etc., to
9
-
#determine whether or not the system is supported by NadekoBot. Once the system
10
-
#is deemed as supported, the master installer will be downloaded and executed.
8
+
# This script looks at the operating system, architecture, bit type, etc., to determine
9
+
# whether or not the system is supported by NadekoBot. Once the system is deemed as
10
+
# supported, the master installer will be downloaded and executed.
0 commit comments