This commit is contained in:
Jan Nieuwenhuizen 2018-07-04 21:11:27 +02:00
parent 8c441105fe
commit b8e41cfa55
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
;;; Gash -- Guile As Shell
;;; Gash -- Guile As SHell
;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>

View File

@ -250,8 +250,8 @@ copyleft.
(display "\
Hello, this is gash, Guile As SHell.
Gash is work in progress; many language constructs work, pipes work,
some redirections work.
Gash is work in progress; many language constructs work, globbing
mostly works, pipes work, some redirections work.
")
(when (or %prefer-builtins? (not (PATH-search-path "ls")))
(display "\nIt features the following, somewhat naive builtin commands\n")

View File

@ -1,4 +1,4 @@
;;; Gash -- Guile As Shell
;;; Gash -- Guile As SHell
;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>