mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -04:00
5 lines
138 B
Bash
Executable File
5 lines
138 B
Bash
Executable File
#!/bin/sh
|
|
git add -f config-files programs chrootInstall.sh install.sh LICENSE README.md commit.sh .gitignore
|
|
git commit -m "$1"
|
|
git push
|