๐พ Archived View for source.community โบ jeffdecola โบ my-go-tools โบ blob โบ develop โบ cryptography-toolโฆ captured on 2024-05-10 at 11:25:24. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2024-02-05)
-=-=-=-=-=-=-
. ,-. ,-. . . ,-. ,-. ,-. ,-. ,-. ,-,-. ,-,-. . . ,-. . |- . . `-. | | | | | | |-' | | | | | | | | | | | | | | | | | `-' `-' `-^ ' `-' `-' :: `-' `-' ' ' ' ' ' ' `-^ ' ' ' `' `-| /| `-'
git clone https://source.community/jeffdecola/my-go-tools.git
โ /cryptography-tools/decryptfile
View raw contents of /cryptography-tools/decryptfile/run.sh (develop)
โโโโโฎ 1โ #!/bin/sh -e 2โ # my-go-tools decryptfile run.sh 3โ 4โ echo " " 5โ 6โ if [ "$1" = "-debug" ] 7โ then 8โ echo "************************************************************************" 9โ echo "* run.sh -debug (START) ************************************************" 10โ echo "************************************************************************" 11โ # set -x enables a mode of the shell where all executed commands are printed to the terminal. 12โ set -x 13โ echo " " 14โ else 15โ echo "************************************************************************" 16โ echo "* run.sh (START) *******************************************************" 17โ echo "************************************************************************" 18โ echo " " 19โ fi 20โ 21โ echo "go run decryptfile.go -i encrypted.txt -o output.txt" 22โ echo " " 23โ go run decryptfile.go -i encrypted.txt -o output.txt 24โ echo " " 25โ 26โ echo "************************************************************************" 27โ echo "* run.sh (END) **************************************************" 28โ echo "************************************************************************" 29โ echo " " โโโโโฏ
ยท ยท ยท
ยฉ 2024 source.community