@eshanized pushed another commit via script 🔥🔥🔥

This commit is contained in:
2024-03-09 02:31:21 +05:30
parent 228d4da493
commit 19816c7e83

View File

@@ -0,0 +1,17 @@
#!/bin/bash
set -e
init_logging(){
if [ ! -d /var/log/snigdhaos/ ]; then
mkdir -p -m 755 /var/log/snigdhaos/
fi
echo -e "\n>-<->-< snigdhaos-updater at $(date +"%Y-%m-%d %R %Z(%:::z)")\n" >>/var/log/snigdhaos/snigdhaos-updater
exec &> >(stdbuf -i0 -o0 -e0 tee >(sed '')) #incshx002
}
parse_pacman_log(){
}
update_mirrorlist(){}