Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hugo Ishimaru
asdf
Commits
2badce8c
Commit
2badce8c
authored
Aug 31, 2015
by
Francois-Rene Rideau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asdf-tools: skip init files
parent
5ff3c96e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
tools/asdf-tools
tools/asdf-tools
+2
-2
tools/asdf-tools.bat
tools/asdf-tools.bat
+1
-1
No files found.
tools/asdf-tools
View file @
2badce8c
":" ; exec ${CCL:-ccl} --load "$0" -- "$@" ; exit # -*- Lisp -*-
":" ; exec ${CCL:-ccl} --
no-init --
load "$0" -- "$@" ; exit # -*- Lisp -*-
#|
asdf-tools could also run on SBCL, or on any decent Common Lisp implementation,
including using cl-launch, but CCL is the single implementation that has decent
portable support on all of Windows, Linux (x64, x86, ARM), MacOS X
":" ; exec ${SBCL:-sbcl} --script "$0" "$@" ; exit
":" ; exec ${SBCL:-sbcl} --
no-userinit --no-sysinit --
script "$0" "$@" ; exit
":" ; cl-launch -l ccl -Q -sp asdf-tools -r entry-point -- "$@"
|#
...
...
tools/asdf-tools.bat
View file @
2badce8c
@echo
off
if
"
%CCL%
"
==
""
set
CCL
=
ccl
%CCL%
--load
%~dp0
\asdf
-tools
--
%
*
%CCL%
--
no-init --
load
%~dp0
\asdf
-tools
--
%
*
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