cryptography/exec.sh
2021-10-21 19:51:45 +02:00

4 lines
86 B
Bash
Executable File

#!/bin/sh
gcc -W main.c functions.c cesar.c vigenere.c -o main && ./main $1 $2 $3 $4