Loading cronjob 0 → 100755 +13 −0 Original line number Diff line number Diff line #!/bin/sh if [ $# -ne 1 ] || [ "$1" != 'nymfe' -a "$1" != 'musa' ]; then echo "usage: $0 <nymfe|musa>" exit 1 fi hostgroup="$1" python3.10 $HOME/git/tpm2-algtest-nspawn/tpm2-algtest-collect download "${hostgroup}" \ && python3.10 $HOME/git/tpm2-algtest-nspawn/tpm2-algtest-collect clean "${hostgroup}" python3.10 $HOME/git/tpm2-algtest-nspawn/tpm2-algtest-collect --socket "${hostgroup}.sock" generate "${hostgroup}" Loading
cronjob 0 → 100755 +13 −0 Original line number Diff line number Diff line #!/bin/sh if [ $# -ne 1 ] || [ "$1" != 'nymfe' -a "$1" != 'musa' ]; then echo "usage: $0 <nymfe|musa>" exit 1 fi hostgroup="$1" python3.10 $HOME/git/tpm2-algtest-nspawn/tpm2-algtest-collect download "${hostgroup}" \ && python3.10 $HOME/git/tpm2-algtest-nspawn/tpm2-algtest-collect clean "${hostgroup}" python3.10 $HOME/git/tpm2-algtest-nspawn/tpm2-algtest-collect --socket "${hostgroup}.sock" generate "${hostgroup}"