From 547528e333734fd18a2a241ba6c4410f0a558c23 Mon Sep 17 00:00:00 2001 From: John Sebastian Peterson Date: Thu, 13 Mar 2025 01:06:15 +1100 Subject: [PATCH] change usr/bin -> bin for android this works in android terminals and should work elsewhere also. the standard clearly states NON essential apps in /usr/bin and essential apps in /bin. /bin is more important and android respect that. https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard I am not even mad it's just amazing you don't even know what a phone is good luck with that . you have failed to understand they don't have a usr/bin folder. you figured out how to hold it to your ear and speak ? but not how to open the terminal long enough to notice there is no /usr folder . that is amazing. good luck with your life and everything else if it's because it is giving you problems try not running anything important under init pid 1. use other commands to keep it away from init android is purging zombies under init regularly. remember it is running on a BATTERY it doesn't come with a nuclear power plant in the basic configuration screen -D -m tmux -D & tmux new -D pstree -l should now have nothing under init --- only_scroll_sometimes.sh | 2 +- scroll_copy_mode.tmux | 2 +- tests/basic_functionality_test.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/only_scroll_sometimes.sh b/only_scroll_sometimes.sh index 5edf63b..4f02c27 100755 --- a/only_scroll_sometimes.sh +++ b/only_scroll_sometimes.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/env bash num_scrolls_to_scroll=$1 diff --git a/scroll_copy_mode.tmux b/scroll_copy_mode.tmux index 0d7dfbc..d26d0d8 100755 --- a/scroll_copy_mode.tmux +++ b/scroll_copy_mode.tmux @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/env bash CURRENT_DIR="$( dirname "$0" )" diff --git a/tests/basic_functionality_test.sh b/tests/basic_functionality_test.sh index 6e53097..19d3274 100644 --- a/tests/basic_functionality_test.sh +++ b/tests/basic_functionality_test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/env bash # Setup #tmux() {