remove old

This commit is contained in:
Antonio J. Delgado 2023-09-10 12:52:47 +03:00
parent 4e07c6f545
commit ff4015bb5e
2 changed files with 0 additions and 14 deletions

View file

@ -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"'

View file

@ -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"
}