mirror of
https://github.com/VibedByKaKi/yad.git
synced 2026-08-25 12:21:14 +02:00
4 lines
124 B
Bash
Executable file
4 lines
124 B
Bash
Executable file
#! /bin/bash
|
|
|
|
echo "WARNING: pfd is deprecated. Please use yad-tools --pfd instead" > /dev/stderr
|
|
exec yad-tools --pfd "$@"
|