Files
openit/.github/url.sh
GitHub Actions cd995d7629 Hello World
2022-06-30 02:18:52 +00:00

7 lines
158 B
Bash
Executable File

#!/bin/bash
name=Openit
line=`sed -n '$=' url`
time=`date "+%Y.%m.%d %H:%M:%S"`
echo -e "REMARKS=$name \nSTATUS=节点数量: $line.♥.更新时间: $time"