#!/bin/bash -e cat <> "$HOME/.bashrc" export FAKETIME='$(date '+%Y-%m-%d 00:00:00')' EOF exec "$@"