Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement to run_bash.cmd #86

Open
ildar-shaimordanov opened this issue Feb 8, 2016 · 1 comment
Open

Improvement to run_bash.cmd #86

ildar-shaimordanov opened this issue Feb 8, 2016 · 1 comment

Comments

@ildar-shaimordanov
Copy link

Replace the existing runner script run_bash.cmd with the following one:

Benefits:

  1. allows to run flinux from the arbitrary place
  2. returns to the same place before running the script
@echo off

setlocal

pushd "%~dp0archlinux"
..\flinux /bin/bash

endlocal
goto :EOF
@RaeesBhatti
Copy link

Nice, thanks. I wonder where the run_bash.cmd file is in the project source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants