I hereby claim:
- I am TechyPeople on github.
- I am sanil (https://keybase.io/sanil) on keybase.
- I have a public key whose fingerprint is F143 ED26 E101 DDED AF5D B676 6A97 12F3 1EB5 6C58
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Process: Gear for Google Play and YouTube [15208] | |
Path: /Applications/Gear for Google Play and YouTube.app/Contents/MacOS/Gear for Google Play and YouTube | |
Identifier: com.treasurebox.gear | |
Version: 2.2.28 (744) | |
App Item ID: 513751032 | |
App External ID: 818207806 | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: Gear for Google Play and YouTube [15208] | |
User ID: 501 |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Function to recursively process files and folders | |
process_directory() { | |
local directory="$1" | |
# Loop through each item in the directory | |
for item in "$directory"/*; do | |
# Check if the item is a file | |
if [[ -f "$item" ]]; then |