about summary refs log tree commit diff stats
path: root/nofetch.scm
diff options
context:
space:
mode:
authorCase Duckworth2022-07-18 16:42:21 -0500
committerCase Duckworth2022-07-18 16:42:21 -0500
commit142daf252005ee1e25248385a0167b53f7bd12d1 (patch)
treeaa201d40dc9b792e91a8fdd8576592cbdaa3f097 /nofetch.scm
parentAdd README (diff)
downloadnofetch-142daf252005ee1e25248385a0167b53f7bd12d1.tar.gz
nofetch-142daf252005ee1e25248385a0167b53f7bd12d1.zip
Add license
Diffstat (limited to 'nofetch.scm')
-rwxr-xr-xnofetch.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/nofetch.scm b/nofetch.scm index 340d9ac..01c26c3 100755 --- a/nofetch.scm +++ b/nofetch.scm
@@ -1,6 +1,9 @@
1#!/bin/sh 1#!/bin/sh
2#| -*- scheme -*- 2#| -*- scheme -*-
3exec csi -s $0 "$@" 3exec csi -s $0 "$@"
4NOFETCH
5Copyright (C) 2022 C Duckworth <acdw@acdw.net>
6Licensed under the Fair license. See COPYING for details.
4|# 7|#
5 8
6(import (chicken format) 9(import (chicken format)