aboutsummaryrefslogtreecommitdiff
path: root/yay
diff options
context:
space:
mode:
Diffstat (limited to 'yay')
-rwxr-xr-xyay/yay5
1 files changed, 5 insertions, 0 deletions
diff --git a/yay/yay b/yay/yay
new file mode 100755
index 0000000..cf31584
--- /dev/null
+++ b/yay/yay
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+export PATH="/usr/bin:$PATH"
+
+exec /usr/bin/yay "$@"