Scripts/XFE/aes-c

8 lines
48 B
Plaintext
Raw Normal View History

2021-02-08 14:02:08 +01:00
#!/bin/sh
for arg
do
aescrypt-gui "$arg"
done