6 lines
65 B
Bash
6 lines
65 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
python ./shift_cipher_encrypter.py
|