Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit db16f9d

Browse files
committed
Test script
1 parent 9bd8aa8 commit db16f9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
touch $1.c
3+
gcc -ansi -Wall -Wno-deprecated-declarations -pedantic -lcrypto -o $1.out $1.c
4+
./$1.out

0 commit comments

Comments
 (0)