Skip to content

Commit

Permalink
Rename scripts directory to src
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtpep committed Jan 1, 2015
1 parent c5fe483 commit 6316542
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ download() {
}

if [[ -p $0 ]]; then
mkdir -p /tmp/arch-drive/scripts
download https://bitbucket.org/sgtpep/arch-drive/get/master.tar.gz | tar -xz -C /tmp/arch-drive/scripts --strip-components=1
mkdir -p /tmp/arch-drive/src
download https://bitbucket.org/sgtpep/arch-drive/get/master.tar.gz | tar -xz -C /tmp/arch-drive/src --strip-components=1

exec bash -$- /tmp/arch-drive/scripts/run.sh
exec bash -$- /tmp/arch-drive/src/run.sh
fi

bash -$- "`dirname "${BASH_SOURCE[0]}"`"/menu.sh

0 comments on commit 6316542

Please sign in to comment.