Dir structure

This commit is contained in:
Akash Manohar J 2014-09-30 05:23:59 +05:30
parent da8b5840be
commit 0ff759a9be
2 changed files with 4 additions and 4 deletions

4
bin/asdf Executable file
View 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
View File

@ -92,7 +92,3 @@ clone_github_repo() {
# verify_package_source() { # verify_package_source() {
# #
# } # }
####
run_command $@