From 2f9aaa4bd1fc15aa7602eb1ea169ee01c626c737 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 9 Feb 2021 09:44:51 +0400 Subject: Initial commit --- structures/run.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 structures/run.sh (limited to 'structures/run.sh') diff --git a/structures/run.sh b/structures/run.sh new file mode 100755 index 0000000..f076a51 --- /dev/null +++ b/structures/run.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +name="${1%%.*}" +g++ -Wall -o $name.out $name.cpp +./$name.out +rm $name.out + -- cgit v1.2.3