mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
5 lines
81 B
Bash
5 lines
81 B
Bash
#!/bin/sh
|
|
|
|
cd /usr/share/nonsense
|
|
exec perl /usr/share/nonsense/nonsense.pl "$@"
|