mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Dir structure
This commit is contained in:
parent
da8b5840be
commit
0ff759a9be
4
bin/asdf
Executable file
4
bin/asdf
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
source $(dirname $(dirname $0))/lib/asdf.sh
|
||||
run_command $@
|
4
asdf.sh → lib/asdf.sh
Executable file → Normal file
4
asdf.sh → lib/asdf.sh
Executable file → Normal file
@ -92,7 +92,3 @@ clone_github_repo() {
|
||||
# verify_package_source() {
|
||||
#
|
||||
# }
|
||||
|
||||
####
|
||||
|
||||
run_command $@
|
Loading…
Reference in New Issue
Block a user