mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
4 lines
60 B
Bash
4 lines
60 B
Bash
#!/bin/sh
|
|
date +"%s" > /usr/share/wslu/updated_time
|
|
exit 0
|
|
|