/sys/devices/platform/soc/c440000.qcom,spmi/spmi-0/spmi0-03/c440000.qcom,spmi:qcom,pm8150b@3:qcom,haptics@c000/of_node/
termux-clipboard-set 'Line1\nLine2'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
export a=tappa | |
export tappa=yatta | |
eval echo \$\{$a\} # Outputs yatta |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# EX | |
# bash parasync.bash /run/user/1001/keybase/kbfs/team/team/ ~/mnt/ 10 /run/user/1001/keybase/kbfs/team/team/ -rvWtS --delete --force --progress --partial | |
Usage() { | |
#Help | |
cat <<'EOF' | |
./parasync.bash [from] [to] [parallels] [source include_dir] [rsync option] | |
Number of parallels: | |
def | default (10) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wmic process where 'name="python.exe"' CALL setpriority "high priority" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- |