mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-10 13:24:59 -04:00
6 lines
180 B
Bash
Executable file
6 lines
180 B
Bash
Executable file
#!/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 "$@"
|