cryptography/exec.sh

4 lines
87 B
Bash
Executable File

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