mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
## Copyright (C) 2012 - 2014 Patrick Schleizer <adrelanos@riseup.net>
|
||
|
## See the file COPYING for copying conditions.
|
||
|
|
||
|
faketime -f "2013-08-15 11:02:35" fakeroot "$@"
|