@eshanized: push via script

This commit is contained in:
2024-03-08 00:29:00 +05:30
parent 6a4cd30b54
commit 72a4046143

View File

@@ -0,0 +1,5 @@
#!/bin/bash
snigdhaoslib_add_update_notice(){
mkdir -p /var/lib/snigdhaos/tmp
echo "$(date +%F) ${1// / }" >>/var/lib/snigdhaos/tmp/update_notices
}