1
0

Compare commits

..

No commits in common. "b231664a0672c55a26e885a6536b5bd021c34067" and "5df5c822ea625da7ef1acadc06fa4cb10133595e" have entirely different histories.

2 changed files with 1 additions and 19 deletions

View File

@ -76,7 +76,6 @@ in {
min-copy-closure
fennelrepl
lzma
lua
];
};
}

View File

@ -18,12 +18,6 @@
f (do (f:close) true)
_ false))
(fn basename [path]
(string.match path ".*/([^/]-)$"))
(fn dirname [path]
(string.match path "(.*)/[^/]-$"))
(fn system [s]
(match (os.execute s)
res (do (print (.. "Executed \"" s "\", exit code " (tostring res))) res)
@ -72,15 +66,4 @@
(s:sub 1 (- (# s) pad))))
{
: assoc
: base64url
: basename
: dirname
: dup
: file-exists?
: hash
: merge
: split
: system
}
{ : assoc : merge : split : file-exists? : system : hash : base64url : dup }