Chuyển lưu trữ dữ liệu sang data base
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-06-17 11:16:30 +07:00
parent 4054d81aaf
commit 098e1b2b69
45 changed files with 1971 additions and 1657 deletions

View File

@@ -1,4 +1,4 @@
# Scripts Test3
# Scripts RBS
CLI thống nhất: `./scripts/lm.sh <nhóm> <lệnh>`

View File

@@ -1,4 +1,4 @@
# Shared paths and helpers for Test3 scripts.
# Shared paths and helpers for RBS scripts.
# shellcheck shell=bash
_lm_lib_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# PhenikaaX Test3 — CLI gom script theo nhóm.
# PhenikaaX RBS — CLI gom script theo nhóm.
set -euo pipefail
ROOT="$(cd "$(dirname "$0")" && pwd)"