This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Install the library (tkz to https://github.com/fabiocaccamo/python-codicefiscale) | |
pip install codicefiscale | |
- Create the script ~/codice_suca | |
``` | |
#!/bin/env bash | |
COGNOME=$1 | |
NOME=$2 | |
SESSO=$3 |