mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
5 lines
50 B
Bash
5 lines
50 B
Bash
#!/bin/sh
|
|
|
|
run_hook() {
|
|
cat /etc/contactinfo
|
|
}
|