Skip to content

Commit 658b74f

Browse files
committed
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 screen -D -m tmux -D & tmux new -D pstree -l should now have nothing under init
1 parent aa59077 commit 658b74f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

only_scroll_sometimes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/env bash
22

33
num_scrolls_to_scroll=$1
44

scroll_copy_mode.tmux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/env bash
22

33
CURRENT_DIR="$( dirname "$0" )"
44

tests/basic_functionality_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/env bash
22

33
# Setup
44
#tmux() {

0 commit comments

Comments
 (0)