Skip to content

Instantly share code, notes, and snippets.

View ArchNemSyS's full-sized avatar

Mr Kelly ArchNemSyS

  • UK from Australia
View GitHub Profile
---//--- USP Template ---//---
<--#include "head.usp" -->
<div class="wrapper">
<div class="fullscreen-content">
<--#code
database query etc
-->
https://github.com/cortex-command-community/Cortex-Command-Community-Project-Data/releases
https://cccp.mod.io/resupply-drop-crate
https://cccp.mod.io/air-strike-compendium
https://cccp.mod.io/better-bunker-bureau
https://cccp.mod.io/dirt-modules
https://cccp.mod.io/cortex-command-rpg
https://cccp.mod.io/the-grand-guard
https://cccp.mod.io/armoks-modules
https://cccp.mod.io/the-united-militia-100
https://cccp.mod.io/dynamic-warfare-by-weegee
#!/bin/bash
start_date="2025-01-01 00:00:00"
end_date="2026-01-01 00:00:00"
while [[ "$start_date" != "$end_date" ]]; do
mkdir -p $(date --date "$start_date" +"%Y/%b/%d/%H");
# echo "$start_date"