1 changed files with 1 additions and 1 deletions
@ -1,5 +1,5 @@ |
|||||
#!/bin/bash |
#!/bin/bash |
||||
today=$(date "+%Y-%m-%d %H:%M:%S") |
today=$(date "+%Y-%m-%d %H:%M:%S") |
||||
echo "$*" > /run/mcbe |
echo "$*" > /run/mcbe |
||||
sleep 0.1 |
sleep 0.2 |
||||
journalctl -u mcbe -S "$today" -o cat |
journalctl -u mcbe -S "$today" -o cat |
||||
|
Loading…
Reference in new issue