nubecoder / android_bash

Bash, cross-compiled and modified for android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#
# android_bash
#
# 2011 nubecoder
# www.nubecoder.com/
#

Project info:

  Bash, cross-compiled and modified for the android platform.

Modifications include:

  Adjusted path of init files (.bashrc, .profile, etc) from '~/' to '/data/local/'.
  Added support for storing init files on '/mnt/sdcard/' (only used when the files do not exist in '/data/local/').
  Some default init files are included as (working) examples.
  Stripped for size (args used for stripping: '-d --strip-unneeded').

Zips that can be installed via a custom recovery can be found here:
  http://www.nubecoder.com/files/android/android_bash/

About

Bash, cross-compiled and modified for android.


Languages

Language:C 73.5%Language:Shell 23.2%Language:Perl 3.1%Language:Emacs Lisp 0.1%