Add license
This commit is contained in:
parent
c372cdc2ae
commit
8aaad576dd
2 changed files with 14 additions and 0 deletions
0
COPYING
Normal file
0
COPYING
Normal file
14
git-purr.scm
14
git-purr.scm
|
|
@ -1,4 +1,18 @@
|
||||||
#!/usr/bin/csi -ss
|
#!/usr/bin/csi -ss
|
||||||
|
;; git-purr.scm – a silly script for making aliases for git commands
|
||||||
|
;; Copyright (C) 2025 afiw
|
||||||
|
;;
|
||||||
|
;; This program is free software: you can redistribute it and/or modify
|
||||||
|
;; it under the terms of the GNU General Public License as published by
|
||||||
|
;; the Free Software Foundation, exclusively version 3 of the License.
|
||||||
|
;;
|
||||||
|
;; This program is distributed in the hope that it will be useful,
|
||||||
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
;; GNU General Public License for more details.
|
||||||
|
;;
|
||||||
|
;; You should have received a copy of the GNU General Public License
|
||||||
|
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
(import (chicken format) (chicken process) (chicken process-context) (chicken process-context posix))
|
(import (chicken format) (chicken process) (chicken process-context) (chicken process-context posix))
|
||||||
(define commands
|
(define commands
|
||||||
'("add" "am" "archive" "backfill" "bisect" "branch" "bundle" "checkout" "cherry-pick" "citool" "clean"
|
'("add" "am" "archive" "backfill" "bisect" "branch" "bundle" "checkout" "cherry-pick" "citool" "clean"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue