Subversion Repositories vnag

Rev

Rev 2 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
#!/bin/bash
33 daniel-mar 2
 
3
#
4
# VNag - Nagios Framework for PHP
5
# Developed by Daniel Marschall, ViaThinkSoft <www.viathinksoft.com>
6
# Licensed under the terms of the Apache 2.0 license
7
#
8
# Revision 2018-07-15
9
#
10
 
2 daniel-mar 11
DIR=$( dirname "$0" )
12
"$DIR"/signtool/sign framework/* plugins/*/*
13