
23 changed files with 113 additions and 2 deletions
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