7 lines
135 B
Bash
Executable file
7 lines
135 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo 'This script is deprecated. Install and use the pass-otp extension.
|
|
yay -S pass-otp
|
|
pass otp $args'
|
|
exit 1
|