Now my way is embedded python code in bash script ,like :
#!/bin/bash
python <<EOF
print "${1}"
EOF
and then encrypt it with shc ( http://www.datsi.fi.upm.es/~frosal/ ). any better way ?
Now my way is embedded python code in bash script ,like :
#!/bin/bash
python <<EOF
print "${1}"
EOF
and then encrypt it with shc ( http://www.datsi.fi.upm.es/~frosal/ ). any better way ?