Document some script + centralize script configuration
This commit is contained in:
parent
9a57642029
commit
96805a5e1b
7 changed files with 48 additions and 14 deletions
|
|
@ -1,7 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This script deletes Onyx framework cache
|
||||
|
||||
cd `dirname "$0"`
|
||||
|
||||
source config.sh
|
||||
|
||||
for n in "$@"
|
||||
do
|
||||
MD5=`echo -n $n | md5sum | cut -d " " -f 1`
|
||||
|
|
|
|||
Reference in a new issue