SkillAgentSearch skills...

Wsh

A shell for ignoring Android linker warning on termux!

Install / Use

/learn @AnikHasibul/Wsh
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated4y ago
Forks4

Languages

Go

Security Score

70/100

Audited on Sep 1, 2021

No findings