Skip to content

AnikHasibul/wsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

wsh

A shell for ignoring Android linker warning on termux!

Installation

apt install golang git
git clone https://github.com/anikhasibul/wsh
cd wsh
go build
mv wsh $PREFIX/bin/

Usage

wsh

Then you will be prompted to choose your working shell! Enter your prefered shell name! in my case it's bash

Done!

Now you can run wsh and it will cut off all of your Warning: linker: * messages!

Using on startup!

For doing this trick you need to install another login shell. ex: fish or zsh

apt install zsh

In my case I've used zsh as a parent shell!

Then add this line to your ~/.zshrc

exec wsh

Now run

chsh -s zsh

voila!

you've been bypassed WARNING: linker: Unsupported flags DT_FLAGS_1=0x8

About

A shell for ignoring Android linker warning on termux!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages