Commit
This commit is contained in:
parent
d82ea91291
commit
e0ea6e44a0
@ -34,10 +34,10 @@ void fmf1() {}
|
||||
void fmf2() {}
|
||||
void fmf3() {}
|
||||
void fmfky() {Keyboard.print("Fuck You");}
|
||||
void fmshl() {Keyboard.println("ssh root@192.168.1.999");}
|
||||
void fmshg() {Keyboard.println("ssh -p 16969 root@225.225.225.999");}
|
||||
void fmshl() {Keyboard.println("ssh root@192.168.1.85");}
|
||||
void fmshg() {Keyboard.println("ssh -p 16969 root@git64.ddns.net");}
|
||||
void fmgdr() {Keyboard.print(":/mnt/GIT/gitFolder/");}
|
||||
void fmezg() {Keyboard.println("ezgit");}//Keyboard.printlnm("ezgit");
|
||||
void fmezg() {Keyboard.println("ezgit");}//Keyboard.println("ezgit");
|
||||
void fmsbr() {Keyboard.println("source ~/.bashrc");}
|
||||
void fmszr() {Keyboard.println("source ~/.zshrc");}
|
||||
void fmclb() {Keyboard.press(ctrlKey);delay(20);Keyboard.press(98);delay(20);Keyboard.releaseAll();}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user