Initial import

This commit is contained in:
2026-08-17 23:19:13 +02:00
parent 8210aa8e63
commit 1d546c3d6f
20 changed files with 1799 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
#lang rash
(require rash-coreutils)
mkdir -p rash-coreutils-smoke/a
echo hello from rash-coreutils
ls -l rash-coreutils-smoke
ls *.rkt
ls #px"^info[.]rkt$"
(define x 42)
env RASH_COREUTILS_VALUE=(values x) printenv RASH_COREUTILS_VALUE
echo one two three | wc -w
echo c b a | sort
date --iso
raco help
help
rm -r rash-coreutils-smoke