Scripts/XFE/aes-c

8 lines
48 B
Bash
Executable File

#!/bin/sh
for arg
do
aescrypt-gui "$arg"
done