Skip to content

Instantly share code, notes, and snippets.

View romagnolid's full-sized avatar

Dario Romagnoli romagnolid

  • Prato, Italy
View GitHub Profile
@romagnolid
romagnolid / useful_commands.md
Last active August 28, 2020 07:31
Useful bash commands (that I keep forgetting)

Phred score

python -c 'print ord("<ASCII>")-33'

GIT

git tag

git tag -a v1.2 -m "My message"
git push origin --tags

Google

Download from Google Storage with gsutil