File tree Expand file tree Collapse file tree 2 files changed +38
-26
lines changed Expand file tree Collapse file tree 2 files changed +38
-26
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -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
1723mkdir -p build
1824
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -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
1723mkdir -p build
1824
You can’t perform that action at this time.
0 commit comments