postlogin.sh 46 B

1234
  1. #!/bin/sh
  2. export MASTER_USER=$USER
  3. exec "$@"