This repository has been archived on 2023-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
office/bin/install.sh
2023-10-02 18:44:35 +02:00

8 lines
107 B
Bash
Executable File

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