๐Ÿ’พ 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

View Raw

More Information

โฌ…๏ธ Previous capture (2024-02-05)

-=-=-=-=-=-=-

                                                         .
,-. ,-. . . ,-. ,-. ,-.    ,-. ,-. ,-,-. ,-,-. . . ,-. . |- . .
`-. | | | | |   |   |-'    |   | | | | | | | | | | | | | |  | |
`-' `-' `-^ '   `-' `-' :: `-' `-' ' ' ' ' ' ' `-^ ' ' ' `' `-|
                                                             /|
                                                            `-'

Profile for jeffdecola

jeffdecola / my-go-tools

git clone https://source.community/jeffdecola/my-go-tools.git

Branches

Log

Tree

/cryptography-tools/decryptfile/run.sh (develop)

โ†‘ /cryptography-tools/decryptfile

blob

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 " "
โ”€โ”€โ”€โ”€โ•ฏ

ยท ยท ยท

๐Ÿก Home

FAQs

Privacy Policy

Terms & Conditions

Official Gemlog

info@source.community

ยฉ 2024 source.community