sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

sandcastle-enter (176B)


      1 #!/usr/bin/env bash
      2 
      3 set -e
      4 
      5 if [[ $# == 0 ]] ; then
      6     exec podman exec -e=TERM -it taler-sandcastle /bin/bash
      7 else
      8     exec podman exec -e=TERM -it taler-sandcastle "$@"
      9 fi