{"id":18937027,"url":"https://github.com/sekky61/aoc-bash","last_synced_at":"2026-05-07T10:33:56.734Z","repository":{"id":210319815,"uuid":"726276782","full_name":"Sekky61/aoc-bash","owner":"Sekky61","description":"Some of the AoC challanges written in Bash and Linux utilities","archived":false,"fork":false,"pushed_at":"2023-12-03T14:36:24.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-27T09:45:29.630Z","etag":null,"topics":["aoc","bash","linux"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sekky61.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-01T23:27:41.000Z","updated_at":"2024-01-29T19:28:18.000Z","dependencies_parsed_at":"2025-02-21T00:51:31.119Z","dependency_job_id":"685e0ea6-134c-494a-b71e-2c1d13a75f2e","html_url":"https://github.com/Sekky61/aoc-bash","commit_stats":null,"previous_names":["sekky61/aoc-bash"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sekky61/aoc-bash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sekky61%2Faoc-bash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sekky61%2Faoc-bash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sekky61%2Faoc-bash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sekky61%2Faoc-bash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sekky61","download_url":"https://codeload.github.com/Sekky61/aoc-bash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sekky61%2Faoc-bash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32733641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aoc","bash","linux"],"created_at":"2024-11-08T12:09:36.238Z","updated_at":"2026-05-07T10:33:56.718Z","avatar_url":"https://github.com/Sekky61.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2023 using Bash\n\nThis repository contains my solutions for the Advent of Code 2023 challenges, implemented in Bash.\nMore specifically, using Bash and unix utilities. \n\n## Directory Structure\n\nEach day's solutions are organized into separate directories.\n\n```\n/Day-XX\n├── input.txt\n├── part-1.sh\n└── part-2.sh\n```\n\n## Getting Started\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/Sekky61/aoc-bash.git\ncd aoc-bash\n```\n\n2. Navigate to the specific day's directory (a needed step):\n\n```bash\ncd Day-01\n```\n\n3. Run the solution scripts:\n\n```bash\nbash part-1.sh\nbash part-2.sh\n```\n\n## Automated Day Setup\n\n1. Create the file `cookies.txt` in the root directory and paste your session cookie from the AoC website into it.\n\n2. Run the script with the desired day number:\n\n```bash\n./create.sh \u003cday_number\u003e\n```\n\n3. The script creates a directory (Day-\u003cday_number\u003e), an empty input.txt file, and populates part-1.sh and part-2.sh with templates.\n\n4. Navigate to the day's directory and start solving the challenges!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsekky61%2Faoc-bash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsekky61%2Faoc-bash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsekky61%2Faoc-bash/lists"}