6 lines
201 B
Bash
6 lines
201 B
Bash
#!/bin/bash
|
|
|
|
CLEARING_HOME=/opt/clearing/
|
|
cd $CLEARING_HOME/
|
|
|
|
LD_PRELOAD=/usr/local/lib/faketime/libfaketime.so.1 FAKETIME_DONT_FAKE_MONOTONIC=1 FAKETIME="@2020-12-24 20:30:00" sh ./launch_and_test.sh
|