Files
cdrtool/1time.sh
Doug Macintosh 336b0dbb7e first real commit
2026-03-08 17:05:59 -04:00

8 lines
180 B
Bash
Executable File

touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin http://10.0.0.3:8418/gituser/cdrtool.git
git push -u origin main