From ab607fc39b6dfc766f7481c33e5f1cf35a2f55d9 Mon Sep 17 00:00:00 2001 From: stderr64 Date: Thu, 24 Oct 2024 23:04:43 +0300 Subject: Recreated repository --- binary_config/compile.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 binary_config/compile.sh (limited to 'binary_config/compile.sh') diff --git a/binary_config/compile.sh b/binary_config/compile.sh new file mode 100755 index 0000000..229d6e7 --- /dev/null +++ b/binary_config/compile.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +echo 'Compiling..' +/usr/bin/g++ -Wall -pedantic -Werror binary_config.cpp -o binary_config -lreadline +echo 'Finished compiling' -- cgit v1.2.3-95-g76ab