6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. /etc/profile
|
|
|
|
exec /usr/bin/glsa-check --verbose --nocolor -t all
|