/
etc
/
redhat-lsb
/
File Upload :
llllll
Current File: //etc/redhat-lsb/lsb_log_message
#!/bin/bash . /etc/init.d/functions ACTION=$1 shift case "$ACTION" in success) echo -n $* success "$*" echo ;; failure) echo -n $* failure "$*" echo ;; warning) echo -n $* warning "$*" echo ;; *) ;; esac exit 0
Copyright ©2k19 -
Hexid
|
Tex7ure