mirror of
https://github.com/openSUSE/snapper.git
synced 2026-02-05 15:46:00 +01:00
7 lines
95 B
Bash
7 lines
95 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# Use only for testing.
|
||
|
|
|
||
|
|
echo `date +"%F %T"` $* >> /tmp/snapper-plugin-test.log
|
||
|
|
|