mirror of
https://github.com/xfarrow/dircomp.git
synced 2025-02-16 12:00:42 +01:00
3 lines
59 B
Bash
3 lines
59 B
Bash
#! /bin/bash
|
|
gcc -o3 dircomp.c -lssl -lcrypto -o dircomp
|