Skip to content

Commit 26698de

Browse files
committed
Update scripts header
Update scripts header Signed-off-by: Bensuperpc <[email protected]>
1 parent 8a0f4f1 commit 26698de

File tree

2 files changed

+38
-26
lines changed

2 files changed

+38
-26
lines changed

development/builder/cmake-builder.sh

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
3-
#
4-
# make.sh - Make ben libs
5-
#
6-
# Created by Bensuperpc at 6, October of 2020
7-
# Modified by Bensuperpc at 24, July of 2021
8-
#
9-
# Released into the Public domain with MIT licence
10-
# https://opensource.org/licenses/MIT
11-
#
12-
# Written with VisualStudio code 1.49.1
13-
# Script compatibility : Linux and Windows
14-
#
15-
# ==============================================================================
3+
#//////////////////////////////////////////////////////////////
4+
#// ____ //
5+
#// | __ ) ___ _ __ ___ _ _ _ __ ___ _ __ _ __ ___ //
6+
#// | _ \ / _ \ '_ \/ __| | | | '_ \ / _ \ '__| '_ \ / __| //
7+
#// | |_) | __/ | | \__ \ |_| | |_) | __/ | | |_) | (__ //
8+
#// |____/ \___|_| |_|___/\__,_| .__/ \___|_| | .__/ \___| //
9+
#// |_| |_| //
10+
#//////////////////////////////////////////////////////////////
11+
#// //
12+
#// Script, 2020 //
13+
#// Created: 06, October, 2020 //
14+
#// Modified: 30, July, 2021 //
15+
#// file: - //
16+
#// - //
17+
#// Source: //
18+
#// OS: ALL //
19+
#// CPU: ALL //
20+
#// //
21+
#//////////////////////////////////////////////////////////////
1622

1723
mkdir -p build
1824

development/builder/ninja-builder.sh

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
3-
#
4-
# make.sh - Make ben libs
5-
#
6-
# Created by Bensuperpc at 6, October of 2020
7-
# Modified by Bensuperpc at 24, July of 2021
8-
#
9-
# Released into the Public domain with MIT licence
10-
# https://opensource.org/licenses/MIT
11-
#
12-
# Written with VisualStudio code 1.49.1
13-
# Script compatibility : Linux and Windows
14-
#
15-
# ==============================================================================
3+
#//////////////////////////////////////////////////////////////
4+
#// ____ //
5+
#// | __ ) ___ _ __ ___ _ _ _ __ ___ _ __ _ __ ___ //
6+
#// | _ \ / _ \ '_ \/ __| | | | '_ \ / _ \ '__| '_ \ / __| //
7+
#// | |_) | __/ | | \__ \ |_| | |_) | __/ | | |_) | (__ //
8+
#// |____/ \___|_| |_|___/\__,_| .__/ \___|_| | .__/ \___| //
9+
#// |_| |_| //
10+
#//////////////////////////////////////////////////////////////
11+
#// //
12+
#// Script, 2020 //
13+
#// Created: 06, October, 2020 //
14+
#// Modified: 30, July, 2021 //
15+
#// file: - //
16+
#// - //
17+
#// Source: //
18+
#// OS: ALL //
19+
#// CPU: ALL //
20+
#// //
21+
#//////////////////////////////////////////////////////////////
1622

1723
mkdir -p build
1824

0 commit comments

Comments
 (0)