commit
7905649b4e
Binary file not shown.
Binary file not shown.
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
#remaster lib
|
||||
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||
|
||||
|
||||
|
||||
## ...
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[ -n "$1" ] && {
|
||||
echo param
|
||||
$1
|
||||
}
|
Loading…
Reference in new issue