Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Michael Raskin
thoughtful-theridion
Commits
611d0292
Commit
611d0292
authored
Nov 02, 2020
by
Michael Raskin
Browse files
Syncing from Monotone at 20201102-024822. Last commit message was mark two scripts bash-only
parent
0e9b1085
Changes
3
Hide whitespace changes
Inline
Side-by-side
nix-load-lisp.sh
View file @
611d0292
...
...
@@ -13,12 +13,12 @@ test -n "$THOUGHTFUL_THERIDION_NIX_GC_PIN" && {
}
for
i
in
$dependencies
;
do
source
"
$(
nix-build
--no-out-link
'<nixpkgs>'
-A
lispPackages.
$i
)
"
/lib/common-lisp-settings/
*
-path-config
.sh
.
"
$(
nix-build
--no-out-link
'<nixpkgs>'
-A
lispPackages.
$i
)
"
/lib/common-lisp-settings/
*
-path-config
.sh
done
export
ASDF_OUTPUT_TRANSLATIONS
=
/nix/store:/nix/store
if
test
-n
"
$NO_RLWRAP
"
;
then
WRAP
=
sh
;
else
if
test
-n
"
$NO_RLWRAP
"
;
then
WRAP
=
ba
sh
;
else
WRAP
=
"
$(
nix-build
--no-out-link
'<nixpkgs>'
-A
rlwrap
)
"
/bin/rlwrap
;
fi
...
...
save-web-form.sh
View file @
611d0292
#! /
bin/
sh
#! /
usr/bin/env ba
sh
set
-x
...
...
save-web-page.sh
View file @
611d0292
#! /
bin/
sh
#! /
usr/bin/env ba
sh
set
-x
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment