3 lines
75 B
Bash
Executable file
3 lines
75 B
Bash
Executable file
#! /bin/bash
|
|
|
|
gcc -std=gnu11 -Wall -lssl -lcrypto hash-pipe.c -o hash-pipe
|