feat: split existing stuff into new atructure
This commit is contained in:
parent
38035a3c00
commit
29e363d419
13 changed files with 2178 additions and 0 deletions
13
.zsh_functions/nas.zsh
Normal file
13
.zsh_functions/nas.zsh
Normal file
|
@ -0,0 +1,13 @@
|
|||
patreon() {
|
||||
ssh janolehuebner@192.168.84.3 "zsh /mnt/hdd/DATA/.scripts/patreon.sh"
|
||||
}
|
||||
|
||||
fansly () {
|
||||
local users="$*"
|
||||
ssh janolehuebner@192.168.84.3 "cd /mnt/hdd/DATA/.scripts && echo $(pass sudo-hannah) | sudo -S ./fansly.sh \"$users\""
|
||||
}
|
||||
|
||||
onlyfans() {
|
||||
ssh janolehuebner@192.168.84.3 "cd /mnt/hdd/DATA/.scripts && echo $(pass sudo-hannah) | sudo -S ./of.sh"
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue