LukeSmithxyz / voidrice

My dotfiles (deployed by LARBS)
GNU General Public License v3.0
4.28k stars 1.21k forks source link

Fixed Booksplit for termux #1358

Closed Simbaclaws closed 1 year ago

Simbaclaws commented 1 year ago

Apparently the -cf inside iconv tool on termux doesn't work. You have to seperate the -c and the -f in order to be able to use the script correctly on termux on android.

This probably also doesn't give issues on desktop. Please accept this pull request.

I made a issue about this here: https://github.com/LukeSmithxyz/voidrice/issues/1357