Skip to content

Commit

Permalink
plz contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
master-hax committed Jan 8, 2025
1 parent 627387a commit 5a3fb6a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion scripts/disable_tcp_debugging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

################################################################################
# Description: disable adb access over tcp
# Author: Vivek Revankar <[email protected]>
# Contributors: Vivek Revankar <[email protected]>
# Usage: ./disable_tcp_debugging.sh
################################################################################

Expand Down
2 changes: 1 addition & 1 deletion scripts/enable_tcp_debugging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

################################################################################
# Description: enable adb access over tcp on the specified port
# Author: Vivek Revankar <[email protected]>
# Contributors: Vivek Revankar <[email protected]>
# Usage: ./enable_tcp_debugging.sh <PORT>
################################################################################

Expand Down
2 changes: 1 addition & 1 deletion scripts/find_device.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

################################################################################
# Description: find the path of the block device with the specified UUID
# Author: Vivek Revankar <[email protected]>
# Contributors: Vivek Revankar <[email protected]>
# Usage: ./find_device.sh <UUID_FILE_PATH>
################################################################################

Expand Down
2 changes: 1 addition & 1 deletion scripts/mount_ext4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

################################################################################
# Description: mounts the specified ext4 block device to /the_binding
# Author: Vivek Revankar <[email protected]>
# Contributors: Vivek Revankar <[email protected]>
# Usage: ./mount_ext4.sh <BLOCK_DEVICE_PATH>
################################################################################

Expand Down
2 changes: 1 addition & 1 deletion scripts/remount_vfat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

################################################################################
# Description: remounts /the_binding in the specified mounted vfat folder to the internal storage
# Author: Vivek Revankar <[email protected]>
# Contributors: Vivek Revankar <[email protected]>
# Usage: ./remount_vfat.sh <DIRECTORY_PATH>
# Example: ./remount_vfat.sh /mnt/media_rw/2IDK-11F4
################################################################################
Expand Down
2 changes: 1 addition & 1 deletion scripts/show_devices.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

################################################################################
# Description: show all block devices present in the system
# Author: Vivek Revankar <[email protected]>
# Contributors: Vivek Revankar <[email protected]>
# Usage: ./show_devices.sh
################################################################################

Expand Down
2 changes: 1 addition & 1 deletion scripts/start_global_shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

################################################################################
# Description: start a shell in the global mount namespace
# Author: Vivek Revankar <[email protected]>
# Contributors: Vivek Revankar <[email protected]>
# Usage: ./start_global_shell.sh
################################################################################

Expand Down
2 changes: 1 addition & 1 deletion scripts/unmount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

################################################################################
# Description: unmounts the block device previously mounted by mount_ext4.sh
# Author: Vivek Revankar <[email protected]>
# Contributors: Vivek Revankar <[email protected]>
# Usage: ./unmount.sh
################################################################################

Expand Down

0 comments on commit 5a3fb6a

Please sign in to comment.