remove old
This commit is contained in:
parent
4e07c6f545
commit
ff4015bb5e
2 changed files with 0 additions and 14 deletions
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
alias ldap_search='ldapsearch -z 0 -t -x -w "$(pass show Imp_2023-03-10/Koti.site/omapilvi.koti.site | head -n 1)" -LLL -H ldap://ldap.koti.site:389 -b dc=koti,dc=site -D "uid=${USER},ou=People,ou=Users,dc=koti,dc=site"'
|
|
@ -1,12 +0,0 @@
|
|||
#!/bin/bash
|
||||
function feria_scrcpy() {
|
||||
feria_mac='84:cf:bf:93:05:00'
|
||||
feria_ip=$(arp -an | grep "${feria_mac}" | awk '{print($2)}' | sed 's/[\)\(]//g')
|
||||
adb connect "${feria_ip}:5555" && scrcpy "--tcpip=${feria_ip}:5555"
|
||||
}
|
||||
|
||||
function afuf_scrcpy() {
|
||||
afuf_mac='b0:6e:bf:1c:c9:24'
|
||||
afuf_ip=$(arp -an | grep "${afuf_mac}" | awk '{print($2)}' | sed 's/[\)\(]//g')
|
||||
adb connect "${afuf_ip}:5555" && scrcpy "--tcpip=${afuf_ip}:5555"
|
||||
}
|
Loading…
Reference in a new issue