diff options
Diffstat (limited to 'structures/run.sh')
| -rwxr-xr-x | structures/run.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/structures/run.sh b/structures/run.sh deleted file mode 100755 index f076a51..0000000 --- a/structures/run.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -name="${1%%.*}" -g++ -Wall -o $name.out $name.cpp -./$name.out -rm $name.out - |