Initial commit

This commit is contained in:
Storm Dragon
2025-07-12 13:48:20 -04:00
commit 52e1656e42
24 changed files with 3874 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
date_time=$(curl -s http://worldtimeapi.org/api/ip | grep -oP '(?<="datetime":")[^"]*')
date -s "$date_time"