๐พ Archived View for source.community โบ jeffdecola โบ my-go-tools โบ blob โบ develop โบ cryptography-toolโฆ captured on 2024-02-05 at 10:03:11. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2023-07-10)
-=-=-=-=-=-=-
. ,-. ,-. . . ,-. ,-. ,-. ,-. ,-. ,-,-. ,-,-. . . ,-. . |- . . `-. | | | | | | |-' | | | | | | | | | | | | | | | | | `-' `-' `-^ ' `-' `-' :: `-' `-' ' ' ' ' ' ' `-^ ' ' ' `' `-| /| `-'
git clone https://source.community/jeffdecola/my-go-tools.git
โ /cryptography-tools/encryptfile
View raw contents of /cryptography-tools/encryptfile/run.sh (develop)
โโโโโฎ 1โ #!/bin/sh -e 2โ # my-go-tools encryptfile 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 encryptfile.go" 22โ echo " " 23โ go run encryptfile.go -i input.txt -o encrypted.txt 24โ echo " " 25โ 26โ echo "************************************************************************" 27โ echo "* run.sh (END) **************************************************" 28โ echo "************************************************************************" 29โ echo " " โโโโโฏ
ยท ยท ยท
ยฉ 2024 source.community